diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-26 20:09:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-26 20:09:22 -0600 |
commit | d5264aa714128455441f02d33ed191bc0353eb2c (patch) | |
tree | 937aed9d313299caad6b65de139545ea3952ea09 /src/misc/Debug.cpp | |
parent | 93fa2e5cb6d4e149c564440c6d0b4116703ae8bc (diff) | |
download | rosegarden-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.cpp | 4 |
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) { |