diff options
Diffstat (limited to 'src/gvcore/externaltoolaction.h')
-rw-r--r-- | src/gvcore/externaltoolaction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gvcore/externaltoolaction.h b/src/gvcore/externaltoolaction.h index d2c450e..287938a 100644 --- a/src/gvcore/externaltoolaction.h +++ b/src/gvcore/externaltoolaction.h @@ -34,8 +34,9 @@ namespace Gwenview { */ class ExternalToolAction : public KAction { Q_OBJECT + TQ_OBJECT public: - ExternalToolAction(QObject* parent, const KService*, const KURL::List&); + ExternalToolAction(TQObject* tqparent, const KService*, const KURL::List&); private slots: void openExternalTool(); |