diff options
Diffstat (limited to 'src/misc/Debug.cpp')
-rw-r--r-- | src/misc/Debug.cpp | 4 |
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) { |