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/documentanimatedloadedimpl.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src/gvcore/documentanimatedloadedimpl.h') diff --git a/src/gvcore/documentanimatedloadedimpl.h b/src/gvcore/documentanimatedloadedimpl.h index a7493fc..91a5288 100644 --- a/src/gvcore/documentanimatedloadedimpl.h +++ b/src/gvcore/documentanimatedloadedimpl.h @@ -1,7 +1,7 @@ // vim: set tabstop=4 shiftwidth=4 noexpandtab /* Gwenview - A simple image viewer for KDE -Copyright 2000-2004 Aurélien Gâteau +Copyright 2000-2004 Aur�lien G�teau This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -21,17 +21,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #ifndef DOCUMENTANIMATEDIMPL_H #define DOCUMENTANIMATEDIMPL_H -// Qt -#include -#include +// TQt +#include +#include // Local #include "documentloadedimpl.h" #include "imageutils/imageutils.h" #include "imageframe.h" -class QFile; -class QCString; +class TQFile; +class TQCString; namespace Gwenview { class Document; @@ -40,6 +40,7 @@ class DocumentAnimatedLoadedImplPrivate; class DocumentAnimatedLoadedImpl : public DocumentLoadedImpl { Q_OBJECT + TQ_OBJECT public: DocumentAnimatedLoadedImpl(Document* document, const ImageFrames& frames); ~DocumentAnimatedLoadedImpl(); @@ -49,7 +50,7 @@ public: virtual bool canBeSaved() const { return false; } protected: - QString localSave(QFile*, const QCString& format) const; + TQString localSave(TQFile*, const TQCString& format) const; private slots: void nextFrame(); -- cgit v1.2.1