diff options
Diffstat (limited to 'kopete/plugins/cryptography/popuppublic.h')
-rw-r--r-- | kopete/plugins/cryptography/popuppublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/cryptography/popuppublic.h b/kopete/plugins/cryptography/popuppublic.h index 0a3acfac..ca62a6d7 100644 --- a/kopete/plugins/cryptography/popuppublic.h +++ b/kopete/plugins/cryptography/popuppublic.h @@ -34,7 +34,7 @@ class KProcIO; class popupPublic : public KDialogBase //TQDialog { Q_OBJECT - TQ_OBJECT + public: popupPublic(TQWidget *parent=0, const char *name=0,TQString sfile="",bool filemode=false,KShortcut goDefaultKey=TQKeySequence(CTRL+TQt::Key_Home)); |