diff options
Diffstat (limited to 'src/misc')
-rw-r--r-- | src/misc/Debug.cpp | 4 | ||||
-rw-r--r-- | src/misc/Debug.h | 2 | ||||
-rw-r--r-- | src/misc/stableheaders.h | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/misc/Debug.cpp b/src/misc/Debug.cpp index 751c3ce..5f23613 100644 --- a/src/misc/Debug.cpp +++ b/src/misc/Debug.cpp @@ -307,8 +307,8 @@ operator<<(kdbgstream &dbg, const TQRegion& reg ) TQMemArray<TQRect>rs = reg.rects(); for (uint i = 0;i < rs.size();++i) - dbg << TQString("[%1,%2 - %3x%4] ").arg(rs[i].x()).arg(rs[i].y()) - .arg(rs[i].width()).arg(rs[i].height() ) ; + dbg << TQString("[%1,%2 - %3x%4] ").tqarg(rs[i].x()).tqarg(rs[i].y()) + .tqarg(rs[i].width()).tqarg(rs[i].height() ) ; dbg << "]"; return dbg; diff --git a/src/misc/Debug.h b/src/misc/Debug.h index 598dd6c..ca245bc 100644 --- a/src/misc/Debug.h +++ b/src/misc/Debug.h @@ -54,7 +54,7 @@ namespace Rosegarden { class Event; class Segment; class RealTime; class Colour; #define NOTATION_DEBUG kdDebug(KDEBUG_AREA_NOTATION) #define MATRIX_DEBUG kdDebug(KDEBUG_AREA_MATRIX) #define SEQUENCER_DEBUG kdDebug(KDEBUG_AREA_SEQUENCER) -#define SEQMAN_DEBUG kdDebug(KDEBUG_AREA_SEQUENCEMANAGER) +#define SETQMAN_DEBUG kdDebug(KDEBUG_AREA_SEQUENCEMANAGER) #ifndef NDEBUG diff --git a/src/misc/stableheaders.h b/src/misc/stableheaders.h index ddc3f5d..07f7cef 100644 --- a/src/misc/stableheaders.h +++ b/src/misc/stableheaders.h @@ -29,12 +29,12 @@ // QT3 headers -// Common headers, or used by sources generated by moc +// Common headers, or used by sources generated by tqmoc #include <tqmap.h> #include <tqglobal.h> -#include <private/qucomextra_p.h> +#include <private/tqucomextra_p.h> #include <tqmetaobject.h> -#include <qobjectdefs.h> +#include <tqobjectdefs.h> #include <tqsignalslotimp.h> #include <tqstyle.h> |