summaryrefslogtreecommitdiffstats
path: root/tdeioslave/media/mounthelper/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/media/mounthelper/dialog.h')
-rw-r--r--tdeioslave/media/mounthelper/dialog.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tdeioslave/media/mounthelper/dialog.h b/tdeioslave/media/mounthelper/dialog.h
index 8444ec7dd..d2b2925a9 100644
--- a/tdeioslave/media/mounthelper/dialog.h
+++ b/tdeioslave/media/mounthelper/dialog.h
@@ -36,12 +36,10 @@
#include "unlockdialog.h"
-class KryptoMedia;
-
class Dialog : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
Dialog(TQString url, TQString iconName);
@@ -50,7 +48,6 @@ public:
TQString getPassword();
public slots:
- void slotDialogError(TQString errorMsg);
void slotPasswordChanged(const TQString &text);
private: