diff options
Diffstat (limited to 'krita/plugins/tools/tool_transform/tool_transform.h')
-rw-r--r-- | krita/plugins/tools/tool_transform/tool_transform.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/krita/plugins/tools/tool_transform/tool_transform.h b/krita/plugins/tools/tool_transform/tool_transform.h index 42eba788b..04bfbaa90 100644 --- a/krita/plugins/tools/tool_transform/tool_transform.h +++ b/krita/plugins/tools/tool_transform/tool_transform.h @@ -29,8 +29,9 @@ class KisView; class ToolTransform : public KParts::Plugin { Q_OBJECT + TQ_OBJECT public: - ToolTransform(QObject *parent, const char *name, const QStringList &); + ToolTransform(TQObject *tqparent, const char *name, const TQStringList &); virtual ~ToolTransform(); private: |