diff options
Diffstat (limited to 'languages/cpp/createpcsdialog.h')
-rw-r--r-- | languages/cpp/createpcsdialog.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/languages/cpp/createpcsdialog.h b/languages/cpp/createpcsdialog.h index 02d66299..df303173 100644 --- a/languages/cpp/createpcsdialog.h +++ b/languages/cpp/createpcsdialog.h @@ -20,11 +20,11 @@ class CppSupportPart; class CreatePCSDialog : public CreatePCSDialogBase { - Q_OBJECT + TQ_OBJECT public: - CreatePCSDialog( CppSupportPart* part, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + CreatePCSDialog( CppSupportPart* part, TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 ); ~CreatePCSDialog(); /*$PUBLIC_FUNCTIONS$*/ @@ -56,7 +56,3 @@ private: }; #endif -// kate: indent-mode csands; tab-width 4; - - - |