diff options
Diffstat (limited to 'buildtools/autotools/fileselectorwidget.h')
-rw-r--r-- | buildtools/autotools/fileselectorwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/autotools/fileselectorwidget.h b/buildtools/autotools/fileselectorwidget.h index 96b5c79c..09d589de 100644 --- a/buildtools/autotools/fileselectorwidget.h +++ b/buildtools/autotools/fileselectorwidget.h @@ -40,7 +40,7 @@ class KFile; class KDnDDirOperator : public KDirOperator { Q_OBJECT - TQ_OBJECT + public: KDnDDirOperator ( const KURL& urlName = KURL(), TQWidget *parent = 0, const char* name = 0 ); @@ -52,7 +52,7 @@ protected: class FileSelectorWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: FileSelectorWidget( AutoProjectPart* part, KFile::Mode, TQWidget* parent = 0, const char* name = 0 ); |