From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpovmodeler/pmserializer.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'kpovmodeler/pmserializer.h') diff --git a/kpovmodeler/pmserializer.h b/kpovmodeler/pmserializer.h index 73e509d8..4c579364 100644 --- a/kpovmodeler/pmserializer.h +++ b/kpovmodeler/pmserializer.h @@ -23,12 +23,12 @@ #include #endif -class QIODevice; +class TQIODevice; #include "pmobject.h" #include "pmerrordialog.h" -#include +#include /** @@ -50,7 +50,7 @@ public: * * The serialized data will be written to the io device */ - PMSerializer( QIODevice* dev ); + PMSerializer( TQIODevice* dev ); /** * Destructor */ @@ -60,7 +60,7 @@ public: * the same string as description( ) of the corresponding * IO format. */ - virtual QString description( ) const = 0; + virtual TQString description( ) const = 0; /** * Serializes one object to the device @@ -101,20 +101,20 @@ public: /** * Adds an error to the message string */ - void printError( const QString& msg ); + void printError( const TQString& msg ); /** * Adds a warning to the message string */ - void printWarning( const QString& msg ); + void printWarning( const TQString& msg ); /** * Adds an info to the message string */ - void printInfo( const QString& msg ); + void printInfo( const TQString& msg ); /** * Adds the message to the message string. Type is "error", "warning", * "info" */ - void printMessage( const QString& type, const QString& msg ); + void printMessage( const TQString& type, const TQString& msg ); /** * Sets the fatal error flag @@ -142,7 +142,7 @@ protected: /** * The assigned IO device for serialization */ - QIODevice* m_pDev; + TQIODevice* m_pDev; private: /** @@ -152,7 +152,7 @@ private: /** * A dictionary object -> message */ - QPtrDict< QPtrList > m_messageDict; + TQPtrDict< TQPtrList > m_messageDict; /** * Number of warnings during parsing */ -- cgit v1.2.1