summaryrefslogtreecommitdiffstats
path: root/src/misc/Debug.h
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.h
parent93fa2e5cb6d4e149c564440c6d0b4116703ae8bc (diff)
downloadrosegarden-d5264aa714128455441f02d33ed191bc0353eb2c.tar.gz
rosegarden-d5264aa714128455441f02d33ed191bc0353eb2c.zip
Rename KDE_MAKE_VERSION and update TDE version string
Diffstat (limited to 'src/misc/Debug.h')
-rw-r--r--src/misc/Debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/Debug.h b/src/misc/Debug.h
index 107d8f6..37c3eca 100644
--- a/src/misc/Debug.h
+++ b/src/misc/Debug.h
@@ -27,7 +27,7 @@
#include <kdebug.h>
#include <tdeversion.h>
-#if TDE_VERSION < KDE_MAKE_VERSION(3,2,0)
+#if TDE_VERSION < TDE_MAKE_VERSION(3,2,0)
class TQDateTime;
class TQDate;
class TQTime;