diff options
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); |