diff options
Diffstat (limited to 'languages/cpp/cppimplementationwidget.h')
-rw-r--r-- | languages/cpp/cppimplementationwidget.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/languages/cpp/cppimplementationwidget.h b/languages/cpp/cppimplementationwidget.h index c8569c03..fd9bd319 100644 --- a/languages/cpp/cppimplementationwidget.h +++ b/languages/cpp/cppimplementationwidget.h @@ -29,7 +29,7 @@ class CppSupportPart; class CppImplementationWidget : public ImplementationWidget { - Q_OBJECT + TQ_OBJECT public: CppImplementationWidget( KDevLanguageSupport *part, TQWidget* parent = 0, const char* name = 0, bool modal = false ); @@ -39,6 +39,3 @@ protected: }; #endif -// kate: indent-mode csands; tab-width 4; - - |