diff options
author | Timothy Pearson <[email protected]> | 2011-12-26 20:09:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-26 20:09:22 -0600 |
commit | d5264aa714128455441f02d33ed191bc0353eb2c (patch) | |
tree | 937aed9d313299caad6b65de139545ea3952ea09 /src | |
parent | 93fa2e5cb6d4e149c564440c6d0b4116703ae8bc (diff) | |
download | rosegarden-d5264aa714128455441f02d33ed191bc0353eb2c.tar.gz rosegarden-d5264aa714128455441f02d33ed191bc0353eb2c.zip |
Rename KDE_MAKE_VERSION and update TDE version string
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/editors/segment/segmentcanvas/CompositionView.cpp | 2 | ||||
-rw-r--r-- | src/misc/Debug.cpp | 4 | ||||
-rw-r--r-- | src/misc/Debug.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/editors/segment/segmentcanvas/CompositionView.cpp b/src/gui/editors/segment/segmentcanvas/CompositionView.cpp index f8ae518..48a06e7 100644 --- a/src/gui/editors/segment/segmentcanvas/CompositionView.cpp +++ b/src/gui/editors/segment/segmentcanvas/CompositionView.cpp @@ -89,7 +89,7 @@ protected: CompositionView::CompositionView(RosegardenGUIDoc* doc, CompositionModel* model, TQWidget * parent, const char * name, WFlags f) -#if TDE_VERSION >= KDE_MAKE_VERSION(3,2,0) +#if TDE_VERSION >= TDE_MAKE_VERSION(3,2,0) : RosegardenScrollView(parent, name, f | WNoAutoErase | WStaticContents), #else : 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) { 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; |