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 --- kghostview/dscparse_adapter.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'kghostview/dscparse_adapter.h') diff --git a/kghostview/dscparse_adapter.h b/kghostview/dscparse_adapter.h index 9e41f3c2..c5c1cbf9 100644 --- a/kghostview/dscparse_adapter.h +++ b/kghostview/dscparse_adapter.h @@ -23,8 +23,8 @@ #include #include -#include -#include +#include +#include #include "dscparse.h" @@ -94,7 +94,7 @@ public: int width() const; int height() const; - QSize size() const; + TQSize size() const; private: int _llx, _lly, _urx, _ury; @@ -133,18 +133,18 @@ public: Error = CDSC_ERROR_ERROR }; - KDSCError( Type, Severity, const QCString& line, + KDSCError( Type, Severity, const TQCString& line, unsigned int lineNumber ); Type type() const; Severity severity() const; - QCString line() const; + TQCString line() const; unsigned int lineNumber() const; private: Type _type; Severity _severity; - QCString _line; + TQCString _line; unsigned int _lineNumber; }; @@ -266,7 +266,7 @@ public: ~KDSC(); /*--- Adapter for CDSC ------------------------------------------------*/ - QString dsc_version() const; + TQString dsc_version() const; bool dsc() const; bool ctrld() const; @@ -314,10 +314,10 @@ public: // CDSCDOSEPS *doseps; - QString dsc_title() const; - QString dsc_creator() const; - QString dsc_date() const; - QString dsc_for() const; + TQString dsc_title() const; + TQString dsc_creator() const; + TQString dsc_date() const; + TQString dsc_for() const; // unsigned int max_error -- cgit v1.2.3