summaryrefslogtreecommitdiffstats
path: root/languages/cpp/KDevCppSupportIface.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/KDevCppSupportIface.h')
-rw-r--r--languages/cpp/KDevCppSupportIface.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/languages/cpp/KDevCppSupportIface.h b/languages/cpp/KDevCppSupportIface.h
index cbf8b4f9..614e1bd6 100644
--- a/languages/cpp/KDevCppSupportIface.h
+++ b/languages/cpp/KDevCppSupportIface.h
@@ -9,7 +9,7 @@ class CppSupportPart;
class KDevCppSupportIface : public TQObject, public DCOPObject
{
- Q_OBJECT
+ TQ_OBJECT
//
K_DCOP
public:
@@ -25,4 +25,3 @@ private:
};
#endif
-// kate: indent-mode csands; tab-width 4;