summaryrefslogtreecommitdiffstats
path: root/src/misc/Debug.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-26 20:09:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-26 20:09:22 -0600
commitd5264aa714128455441f02d33ed191bc0353eb2c (patch)
tree937aed9d313299caad6b65de139545ea3952ea09 /src/misc/Debug.cpp
parent93fa2e5cb6d4e149c564440c6d0b4116703ae8bc (diff)
downloadrosegarden-d5264aa714128455441f02d33ed191bc0353eb2c.tar.gz
rosegarden-d5264aa714128455441f02d33ed191bc0353eb2c.zip
Rename KDE_MAKE_VERSION and update TDE version string
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 797d067..36a8132 100644
--- a/src/misc/Debug.cpp
+++ b/src/misc/Debug.cpp
@@ -23,7 +23,7 @@
#include "misc/Debug.h"
#include "Debug.h"
-#if TDE_VERSION < KDE_MAKE_VERSION(3,2,0)
+#if TDE_VERSION < TDE_MAKE_VERSION(3,2,0)
#include <tqdatetime.h>
#include <tqpoint.h>
#include <tqrect.h>
@@ -256,7 +256,7 @@ kdbgostreamAdapter::operator<<(double d)
// }
// }
-#if TDE_VERSION < KDE_MAKE_VERSION(3,2,0)
+#if TDE_VERSION < TDE_MAKE_VERSION(3,2,0)
kdbgstream&
operator<<(kdbgstream &dbg, const TQDateTime& time)
{