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