summaryrefslogtreecommitdiffstats
path: root/kopete/protocols
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-26 20:26:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-26 20:26:52 -0600
commitb65976750ff9915c9fbf85f22875fc3e87fdfacf (patch)
tree212b269a394b7a741de97458399a3eeb006d484a /kopete/protocols
parent5edc007124c509da7a3b6f7d96197481ecdee087 (diff)
downloadtdenetwork-b65976750ff9915c9fbf85f22875fc3e87fdfacf.tar.gz
tdenetwork-b65976750ff9915c9fbf85f22875fc3e87fdfacf.zip
Rename KDE_MAKE_VERSION and update TDE version string
Diffstat (limited to 'kopete/protocols')
-rw-r--r--kopete/protocols/irc/libkirc/kircengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/irc/libkirc/kircengine.h b/kopete/protocols/irc/libkirc/kircengine.h
index 9f488d47..bb7dfbb7 100644
--- a/kopete/protocols/irc/libkirc/kircengine.h
+++ b/kopete/protocols/irc/libkirc/kircengine.h
@@ -29,7 +29,7 @@
// FIXME: Move the following kdedebug class to the *.cpp.
#include <kdebug.h>
-#if TDE_VERSION < KDE_MAKE_VERSION( 3, 1, 90 )
+#if TDE_VERSION < TDE_MAKE_VERSION( 3, 1, 90 )
#include <kdebugclasses.h>
#endif