summaryrefslogtreecommitdiffstats
path: root/src/app/kipiinterface.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-26 21:04:57 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-26 21:04:57 +0000
commitbf7f88413be3831a9372d323d02fc0335b9f9188 (patch)
tree516fdef9206245b40a14f99b4e3d9ef9289196e0 /src/app/kipiinterface.h
parente238aa77b1fb3c2f55aef2ef2c91ce52166d2cc8 (diff)
downloadgwenview-bf7f88413be3831a9372d323d02fc0335b9f9188.tar.gz
gwenview-bf7f88413be3831a9372d323d02fc0335b9f9188.zip
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
Diffstat (limited to 'src/app/kipiinterface.h')
-rw-r--r--src/app/kipiinterface.h7
1 files changed, 4 insertions, 3 deletions
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<KIPI::ImageCollection> allAlbums();
+ TQValueList<KIPI::ImageCollection> 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 );