diff options
Diffstat (limited to 'tdesu')
-rw-r--r-- | tdesu/tdesu/sudlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdesu/tdesu/sudlg.h b/tdesu/tdesu/sudlg.h index 2cc8dbe7e..669eea8e7 100644 --- a/tdesu/tdesu/sudlg.h +++ b/tdesu/tdesu/sudlg.h @@ -12,7 +12,7 @@ class TDEsuDialog : public KPasswordDialog { - Q_OBJECT + TQ_OBJECT public: TDEsuDialog(TQCString user, TQCString auth_user, bool enableKeep, const TQString& icon , bool withIgnoreButton=false, int timeout=-1); |