diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-26 21:04:57 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-26 21:04:57 +0000 |
commit | bf7f88413be3831a9372d323d02fc0335b9f9188 (patch) | |
tree | 516fdef9206245b40a14f99b4e3d9ef9289196e0 /src/gvcore/documentloadingimpl.h | |
parent | e238aa77b1fb3c2f55aef2ef2c91ce52166d2cc8 (diff) | |
download | gwenview-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/gvcore/documentloadingimpl.h')
-rw-r--r-- | src/gvcore/documentloadingimpl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gvcore/documentloadingimpl.h b/src/gvcore/documentloadingimpl.h index 83543a9..a5bba3f 100644 --- a/src/gvcore/documentloadingimpl.h +++ b/src/gvcore/documentloadingimpl.h @@ -33,6 +33,7 @@ class DocumentLoadingImplPrivate; class DocumentLoadingImpl : public DocumentImpl { Q_OBJECT + TQ_OBJECT public: DocumentLoadingImpl(Document* document); ~DocumentLoadingImpl(); @@ -46,7 +47,7 @@ private: private slots: void slotURLKindDetermined(); void sizeLoaded(int, int); - void imageChanged(const QRect&); + void imageChanged(const TQRect&); void imageLoaded( bool ok ); }; |