summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_star
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/tool_star')
-rw-r--r--chalk/plugins/tools/tool_star/kis_tool_star.h2
-rw-r--r--chalk/plugins/tools/tool_star/tool_star.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/chalk/plugins/tools/tool_star/kis_tool_star.h b/chalk/plugins/tools/tool_star/kis_tool_star.h
index 203785c9e..49bd259cc 100644
--- a/chalk/plugins/tools/tool_star/kis_tool_star.h
+++ b/chalk/plugins/tools/tool_star/kis_tool_star.h
@@ -33,7 +33,7 @@ class WdgToolStar;
class KisToolStar : public KisToolShape {
typedef KisToolShape super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/tool_star/tool_star.h b/chalk/plugins/tools/tool_star/tool_star.h
index 648b5cc69..e9bf68b90 100644
--- a/chalk/plugins/tools/tool_star/tool_star.h
+++ b/chalk/plugins/tools/tool_star/tool_star.h
@@ -28,7 +28,7 @@ class KisView;
*/
class ToolStar : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
ToolStar(TQObject *parent, const char *name, const TQStringList &);