diff options
Diffstat (limited to 'buildtools/autotools/addprefixdlg.h')
-rw-r--r-- | buildtools/autotools/addprefixdlg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/buildtools/autotools/addprefixdlg.h b/buildtools/autotools/addprefixdlg.h index 43630ab4..48dc09b4 100644 --- a/buildtools/autotools/addprefixdlg.h +++ b/buildtools/autotools/addprefixdlg.h @@ -16,13 +16,14 @@ #include <klineedit.h> class TQPushButton; -class AddPrefixDialog : public QDialog +class AddPrefixDialog : public TQDialog { Q_OBJECT + TQ_OBJECT public: AddPrefixDialog( const TQString& nameEdit = "", const TQString& pathEdit = "", - TQWidget *parent = 0, const char *name = 0 ); + TQWidget *tqparent = 0, const char *name = 0 ); ~AddPrefixDialog(); TQString name() const |