diff options
Diffstat (limited to 'src/gvcore/externaltoolaction.h')
-rw-r--r-- | src/gvcore/externaltoolaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/externaltoolaction.h b/src/gvcore/externaltoolaction.h index e5cd974..59c17ec 100644 --- a/src/gvcore/externaltoolaction.h +++ b/src/gvcore/externaltoolaction.h @@ -32,7 +32,7 @@ namespace Gwenview { * as the urls to call it with. */ class ExternalToolAction : public TDEAction { -Q_OBJECT +TQ_OBJECT public: ExternalToolAction(TQObject* parent, const KService*, const KURL::List&); |