diff options
Diffstat (limited to 'buildtools/custommakefiles/selectnewfilesdialog.h')
-rw-r--r-- | buildtools/custommakefiles/selectnewfilesdialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/buildtools/custommakefiles/selectnewfilesdialog.h b/buildtools/custommakefiles/selectnewfilesdialog.h index cd9831ee..db0eee3d 100644 --- a/buildtools/custommakefiles/selectnewfilesdialog.h +++ b/buildtools/custommakefiles/selectnewfilesdialog.h @@ -21,9 +21,10 @@ class SelectNewFilesDialogBase; class SelectNewFilesDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - SelectNewFilesDialog( TQStringList paths, TQWidget* parent = 0, const char* name = 0 ); + SelectNewFilesDialog( TQStringList paths, TQWidget* tqparent = 0, const char* name = 0 ); ~SelectNewFilesDialog(); TQStringList excludedPaths() const; @@ -50,4 +51,4 @@ private: #endif -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on +// kate: space-indent on; indent-width 4; tab-width 4; tqreplace-tabs on |