summaryrefslogtreecommitdiffstats
path: root/kdesu/kdesu/sudlg.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 15:56:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 15:56:34 -0600
commitb529f046c9a64ac5fcfa60747af940cf972b3ebc (patch)
tree83c28cf7fa8fed1960ebd3924b579e7ed8c95cc6 /kdesu/kdesu/sudlg.h
parent6508fe4c40c60fd7a43bd3d9e19b762e10ea3f53 (diff)
downloadtdebase-b529f046c9a64ac5fcfa60747af940cf972b3ebc.tar.gz
tdebase-b529f046c9a64ac5fcfa60747af940cf972b3ebc.zip
Actually move the kde files that were renamed in the last commit
Diffstat (limited to 'kdesu/kdesu/sudlg.h')
-rw-r--r--kdesu/kdesu/sudlg.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/kdesu/kdesu/sudlg.h b/kdesu/kdesu/sudlg.h
deleted file mode 100644
index 64a283a0e..000000000
--- a/kdesu/kdesu/sudlg.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/* vi: ts=8 sts=4 sw=4
- *
- * This file is part of the KDE project, module tdesu.
- * Copyright (C) 2000 Geert Jansen <jansen@kde.org>
- */
-
-#ifndef __SuDlg_h_Included__
-#define __SuDlg_h_Included__
-
-#include <kpassdlg.h>
-
-class KDEsuDialog
- : public KPasswordDialog
-{
- Q_OBJECT
-
-public:
- KDEsuDialog(TQCString user, TQCString auth_user, bool enableKeep, const TQString& icon , bool withIgnoreButton=false);
- ~KDEsuDialog();
-
- enum ResultCodes { AsUser = 10 };
-
-protected:
- bool checkPassword(const char *password);
- void slotUser1();
-
-private:
- TQCString m_User;
-};
-
-
-#endif // __SuDlg_h_Included__