$OpenBSD: patch-kcontrol_passwords_passwords_h,v 1.2 2003/01/27 19:22:50 espie Exp $
--- kcontrol/passwords/passwords.h.orig	Mon Nov  4 16:44:18 2002
+++ kcontrol/passwords/passwords.h	Sat Jan 11 05:41:35 2003
@@ -40,15 +40,17 @@ private slots:
 
     void slotEchoMode(int);
     void slotKeep(bool);
+    void slotSudo(bool);
     void configChanged(){emit changed(true);}
 private:
     QButtonGroup *m_EMGroup;
     QCheckBox *m_KeepBut;
+    QCheckBox *m_SudoBut;
     KIntNumInput *m_TimeoutEdit;
     KConfig *m_pConfig;
 
     int m_Echo, m_Timeout;
-    bool m_bKeep;
+    bool m_bKeep, m_bSudo;
 };
 
 #endif
