From bf7f88413be3831a9372d323d02fc0335b9f9188 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 26 May 2011 21:04:57 +0000 Subject: TQt4 port Gwenview This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1233720 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/gvcore/externaltoolmanager.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/gvcore/externaltoolmanager.h') diff --git a/src/gvcore/externaltoolmanager.h b/src/gvcore/externaltoolmanager.h index fd767e3..96a6706 100644 --- a/src/gvcore/externaltoolmanager.h +++ b/src/gvcore/externaltoolmanager.h @@ -21,9 +21,9 @@ Copyright 2000-2004 Aur #ifndef EXTERNALTOOLMANAGER_H #define EXTERNALTOOLMANAGER_H -// Qt -#include -#include +// TQt +#include +#include // KDE #include @@ -42,16 +42,16 @@ class LIBGWENVIEW_EXPORT ExternalToolManager { public: ~ExternalToolManager(); - ExternalToolContext* createContext(QObject* parent, const KFileItemList*); - ExternalToolContext* createContext(QObject* parent, const KURL&); + ExternalToolContext* createContext(TQObject* tqparent, const KFileItemList*); + ExternalToolContext* createContext(TQObject* tqparent, const KURL&); static ExternalToolManager* instance(); - QDict& desktopFiles() const; + TQDict& desktopFiles() const; void hideDesktopFile(KDesktopFile*); // Create a new desktop file - KDesktopFile* createUserDesktopFile(const QString& name); + KDesktopFile* createUserDesktopFile(const TQString& name); // Create a desktop file based on a existing (system) desktop file KDesktopFile* editSystemDesktopFile(const KDesktopFile* desktopFile); -- cgit v1.2.1