From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kode/code.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'kode/code.h') diff --git a/kode/code.h b/kode/code.h index 1723df905..9f056df2b 100644 --- a/kode/code.h +++ b/kode/code.h @@ -23,9 +23,9 @@ #include "license.h" -#include -#include -#include +#include +#include +#include #include namespace KODE { @@ -43,26 +43,26 @@ class KDE_EXPORT Code void indent(); void unindent(); - QString text() const { return mText; } + TQString text() const { return mText; } - void addLine( const QString & ); + void addLine( const TQString & ); void addBlock( const Code & ); - void addBlock( const QString & ); - void addBlock( const QString &, int indent ); + void addBlock( const TQString & ); + void addBlock( const TQString &, int indent ); - void addWrappedText( const QString & ); - void addFormattedText( const QString & ); + void addWrappedText( const TQString & ); + void addFormattedText( const TQString & ); void newLine(); - Code &operator+=( const QString & ); + Code &operator+=( const TQString & ); Code &operator+=( const char * ); Code &operator+=( const Code & ); - static QString spaces( int count ); + static TQString spaces( int count ); private: - QString mText; + TQString mText; int mIndent; }; -- cgit v1.2.1