Rename KDE_MAKE_VERSION and update TDE version string

pull/1/head
Timothy Pearson 13 years ago
parent 93fa2e5cb6
commit d5264aa714

@ -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
:

@ -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)
{

@ -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;

Loading…
Cancel
Save