diff options
Diffstat (limited to 'krita/plugins/viewplugins/screenshot/screenshot.h')
-rw-r--r-- | krita/plugins/viewplugins/screenshot/screenshot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/krita/plugins/viewplugins/screenshot/screenshot.h b/krita/plugins/viewplugins/screenshot/screenshot.h index 5e4c7c5d..d1100836 100644 --- a/krita/plugins/viewplugins/screenshot/screenshot.h +++ b/krita/plugins/viewplugins/screenshot/screenshot.h @@ -27,8 +27,9 @@ class KSnapshot; class Screenshot : public KParts::Plugin { Q_OBJECT + TQ_OBJECT public: - Screenshot(QObject *parent, const char *name, const QStringList &); + Screenshot(TQObject *tqparent, const char *name, const TQStringList &); virtual ~Screenshot(); private slots: |