diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-06 20:59:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-06 20:59:29 +0000 |
commit | 11f31c37e5fa4889d9989f10272f44845449cb7b (patch) | |
tree | 4383da04a76c497950d957fc6120b0fd0d9082c2 /src/misc/Debug.h | |
parent | 832eb69d571e8e518db45d0c0e6fbc0f00690209 (diff) | |
download | rosegarden-11f31c37e5fa4889d9989f10272f44845449cb7b.tar.gz rosegarden-11f31c37e5fa4889d9989f10272f44845449cb7b.zip |
Initial TQt conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/rosegarden@1172292 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/misc/Debug.h')
-rw-r--r-- | src/misc/Debug.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/misc/Debug.h b/src/misc/Debug.h index 8f8f4dd..598dd6c 100644 --- a/src/misc/Debug.h +++ b/src/misc/Debug.h @@ -28,18 +28,18 @@ #include <kdeversion.h> #if KDE_VERSION < KDE_MAKE_VERSION(3,2,0) -class QDateTime; -class QDate; -class QTime; -class QPoint; -class QSize; -class QRect; -class QRegion; +class TQDateTime; +class TQDate; +class TQTime; +class TQPoint; +class TQSize; +class TQRect; +class TQRegion; class KURL; -class QStringList; -class QColor; -class QPen; -class QBrush; +class TQStringList; +class TQColor; +class TQPen; +class TQBrush; #endif namespace Rosegarden { class Event; class Segment; class RealTime; class Colour; namespace Guitar { class Chord; } } @@ -143,9 +143,9 @@ public: std::ostream& operator<<(unsigned int i); std::ostream& operator<<(long i); std::ostream& operator<<(unsigned long i); - std::ostream& operator<<(const QString& str); + std::ostream& operator<<(const TQString& str); std::ostream& operator<<(const char *str); - std::ostream& operator<<(const QCString& str); + std::ostream& operator<<(const TQCString& str); std::ostream& operator<<(void * p); std::ostream& operator<<(KDBGFUNC f); std::ostream& operator<<(double d); |