diff options
Diffstat (limited to 'src/gvcore/documentanimatedloadedimpl.h')
-rw-r--r-- | src/gvcore/documentanimatedloadedimpl.h | 15 |
1 files changed, 8 insertions, 7 deletions
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 <qimage.h> -#include <qvaluevector.h> +// TQt +#include <tqimage.h> +#include <tqvaluevector.h> // 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(); |