diff options
Diffstat (limited to 'languages/cpp/tqtdesignercppintegration.h')
-rw-r--r-- | languages/cpp/tqtdesignercppintegration.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/languages/cpp/tqtdesignercppintegration.h b/languages/cpp/tqtdesignercppintegration.h index 0e63f652..be92a995 100644 --- a/languages/cpp/tqtdesignercppintegration.h +++ b/languages/cpp/tqtdesignercppintegration.h @@ -24,7 +24,7 @@ class QtDesignerCppIntegration : public QtDesignerIntegration { - Q_OBJECT + TQ_OBJECT public: QtDesignerCppIntegration( KDevLanguageSupport *part, ImplementationWidget *impl ); @@ -37,5 +37,3 @@ protected: }; #endif -// kate: indent-mode csands; tab-width 4; - |