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/documentotherloadedimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gvcore/documentotherloadedimpl.h') diff --git a/src/gvcore/documentotherloadedimpl.h b/src/gvcore/documentotherloadedimpl.h index 8343d05..b3b91b0 100644 --- a/src/gvcore/documentotherloadedimpl.h +++ b/src/gvcore/documentotherloadedimpl.h @@ -32,7 +32,7 @@ class DocumentOtherLoadedImpl : public DocumentImpl { public: DocumentOtherLoadedImpl(Document* document) : DocumentImpl(document) { - setImage(QImage()); + setImage(TQImage()); setImageFormat(0); } -- cgit v1.2.1