diff options
Diffstat (limited to 'chalk/plugins/tools/tool_selectsimilar')
-rw-r--r-- | chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h | 2 | ||||
-rw-r--r-- | chalk/plugins/tools/tool_selectsimilar/selectsimilar.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h b/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h index ad61b7da..0a338797 100644 --- a/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h +++ b/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h @@ -39,7 +39,7 @@ class KisSelectionOptions; class KisToolSelectSimilar : public KisToolNonPaint { - Q_OBJECT + TQ_OBJECT typedef KisToolNonPaint super; diff --git a/chalk/plugins/tools/tool_selectsimilar/selectsimilar.h b/chalk/plugins/tools/tool_selectsimilar/selectsimilar.h index 124c126b..b228a0df 100644 --- a/chalk/plugins/tools/tool_selectsimilar/selectsimilar.h +++ b/chalk/plugins/tools/tool_selectsimilar/selectsimilar.h @@ -23,7 +23,7 @@ class SelectSimilar : public KParts::Plugin { - Q_OBJECT + TQ_OBJECT public: SelectSimilar(TQObject *parent, const char *name, const TQStringList &); |