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/app/kipiinterface.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/app/kipiinterface.h') diff --git a/src/app/kipiinterface.h b/src/app/kipiinterface.h index 5ac1b87..825b418 100644 --- a/src/app/kipiinterface.h +++ b/src/app/kipiinterface.h @@ -33,17 +33,18 @@ class FileViewController; class KIPIInterface :public KIPI::Interface { Q_OBJECT + TQ_OBJECT public: - KIPIInterface( QWidget* parent, FileViewController*); + KIPIInterface( TQWidget* tqparent, FileViewController*); virtual ~KIPIInterface(); KIPI::ImageCollection currentAlbum(); KIPI::ImageCollection currentSelection(); - QValueList allAlbums(); + TQValueList allAlbums(); KIPI::ImageInfo info( const KURL& ); int features() const; - virtual bool addImage(const KURL&, QString& err); + virtual bool addImage(const KURL&, TQString& err); virtual void delImage( const KURL& ); virtual void refreshImages( const KURL::List& urls ); -- cgit v1.2.1