From d5264aa714128455441f02d33ed191bc0353eb2c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 26 Dec 2011 20:09:22 -0600 Subject: Rename KDE_MAKE_VERSION and update TDE version string --- src/misc/Debug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/misc/Debug.cpp') 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 #include #include @@ -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) { -- cgit v1.2.1