diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-10 17:26:54 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-10 22:42:14 +0900 |
| commit | d0e3845e3f3b7e74697e658d535eda0c305c41d7 (patch) | |
| tree | 6fd20e7819e37df2c16db13e541f4b08441fe814 /src/misc/Debug.h | |
| parent | 3ba1be16770f8d521b947b080f3ec742197e57f9 (diff) | |
| download | rosegarden-r14.1.x.tar.gz rosegarden-r14.1.x.zip | |
Remove use of TDE_VERSIONr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 790a6f41970108d911c8be5ff324fef12f1c5a2f)
Diffstat (limited to 'src/misc/Debug.h')
| -rw-r--r-- | src/misc/Debug.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/misc/Debug.h b/src/misc/Debug.h index 83d4acf..b9141d6 100644 --- a/src/misc/Debug.h +++ b/src/misc/Debug.h @@ -23,22 +23,6 @@ #include <string> #include <iostream> #include <kdebug.h> -#include <tdeversion.h> - -#if TDE_VERSION < TDE_MAKE_VERSION(3,2,0) -class TQDateTime; -class TQDate; -class TQTime; -class TQPoint; -class TQSize; -class TQRect; -class TQRegion; -class KURL; -class TQStringList; -class TQColor; -class TQPen; -class TQBrush; -#endif namespace Rosegarden { class Event; class Segment; class RealTime; class Colour; namespace Guitar { class Chord; } } |
