diff options
Diffstat (limited to 'krita/plugins/tools/tool_polygon/tool_polygon.h')
-rw-r--r-- | krita/plugins/tools/tool_polygon/tool_polygon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/krita/plugins/tools/tool_polygon/tool_polygon.h b/krita/plugins/tools/tool_polygon/tool_polygon.h index 6249d935a..ec816736c 100644 --- a/krita/plugins/tools/tool_polygon/tool_polygon.h +++ b/krita/plugins/tools/tool_polygon/tool_polygon.h @@ -27,10 +27,11 @@ class ToolPolygon : public KParts::Plugin { Q_OBJECT + TQ_OBJECT public: - ToolPolygon(QObject *parent, const char *name, const QStringList &); + ToolPolygon(TQObject *tqparent, const char *name, const TQStringList &); virtual ~ToolPolygon(); }; |