From 82d55bff21a99e7e3b2634a0a043dee25f281c2f Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Mon, 26 Dec 2011 20:08:29 -0600
Subject: Rename KDE_MAKE_VERSION and update TDE version string

---
 apps/ktorrent/ktorrent.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/ktorrent/ktorrent.cpp b/apps/ktorrent/ktorrent.cpp
index a113576..34368e6 100644
--- a/apps/ktorrent/ktorrent.cpp
+++ b/apps/ktorrent/ktorrent.cpp
@@ -710,8 +710,8 @@ void KTorrent::optionsConfigureKeys()
 void KTorrent::optionsConfigureToolbars()
 {
 	// use the standard toolbar editor
-#if defined(KDE_MAKE_VERSION)
-# if TDE_VERSION >= KDE_MAKE_VERSION(3,1,0)
+#if defined(TDE_MAKE_VERSION)
+# if TDE_VERSION >= TDE_MAKE_VERSION(3,1,0)
 	saveMainWindowSettings(KGlobal::config(), autoSaveGroup());
 # else
 	saveMainWindowSettings(KGlobal::config());
@@ -730,8 +730,8 @@ void KTorrent::newToolbarConfig()
 	// recreate our GUI, and re-apply the settings (e.g. "text under icons", etc.)
 	createGUI(0);
 
-#if defined(KDE_MAKE_VERSION)
-# if TDE_VERSION >= KDE_MAKE_VERSION(3,1,0)
+#if defined(TDE_MAKE_VERSION)
+# if TDE_VERSION >= TDE_MAKE_VERSION(3,1,0)
 	applyMainWindowSettings(KGlobal::config(), autoSaveGroup());
 # else
 	applyMainWindowSettings(KGlobal::config());
-- 
cgit v1.2.3

