summaryrefslogtreecommitdiffstats
path: root/src/misc/Debug.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-15 18:49:13 -0600
committerTimothy Pearson <[email protected]>2011-11-15 18:49:13 -0600
commit633d1c5794363097654d9aaa6cfe27a78c4c27f1 (patch)
treede012ad38998b3e46f3ca6bfae85178ecca9fe49 /src/misc/Debug.cpp
parentb1db717c8a60207c8870e8d358bc6678c8810590 (diff)
downloadrosegarden-633d1c5794363097654d9aaa6cfe27a78c4c27f1.tar.gz
rosegarden-633d1c5794363097654d9aaa6cfe27a78c4c27f1.zip
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'src/misc/Debug.cpp')
-rw-r--r--src/misc/Debug.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/misc/Debug.cpp b/src/misc/Debug.cpp
index 5f23613..502b68d 100644
--- a/src/misc/Debug.cpp
+++ b/src/misc/Debug.cpp
@@ -23,7 +23,7 @@
#include "misc/Debug.h"
#include "Debug.h"
-#if KDE_VERSION < KDE_MAKE_VERSION(3,2,0)
+#if TDE_VERSION < KDE_MAKE_VERSION(3,2,0)
#include <tqdatetime.h>
#include <tqpoint.h>
#include <tqrect.h>
@@ -256,7 +256,7 @@ kdbgostreamAdapter::operator<<(double d)
// }
// }
-#if KDE_VERSION < KDE_MAKE_VERSION(3,2,0)
+#if TDE_VERSION < KDE_MAKE_VERSION(3,2,0)
kdbgstream&
operator<<(kdbgstream &dbg, const TQDateTime& time)
{