diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:23:46 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:23:46 +0000 |
commit | eba47f8f0637f451e21348187591e1f1fd58ac74 (patch) | |
tree | 448f10b95c656604acc331a3236c1e59bde5c1ad /kghostview/dscparse_adapter.h | |
parent | c7e8736c69373f48b0401319757c742e8607431a (diff) | |
download | tdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.tar.gz tdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.zip |
TQt conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kghostview/dscparse_adapter.h')
-rw-r--r-- | kghostview/dscparse_adapter.h | 22 |
1 files changed, 11 insertions, 11 deletions
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 <map> #include <memory> -#include <qsize.h> -#include <qstring.h> +#include <tqsize.h> +#include <tqstring.h> #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 |