summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-26 20:08:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-26 20:08:29 -0600
commit82d55bff21a99e7e3b2634a0a043dee25f281c2f (patch)
tree8da93a6521db3251915a452d311d2efaeef794a6 /apps
parentc3480dfed56038a7e8c11e2afbc454f59ab44843 (diff)
downloadktorrent-82d55bff21a99e7e3b2634a0a043dee25f281c2f.tar.gz
ktorrent-82d55bff21a99e7e3b2634a0a043dee25f281c2f.zip
Rename KDE_MAKE_VERSION and update TDE version string
Diffstat (limited to 'apps')
-rw-r--r--apps/ktorrent/ktorrent.cpp8
1 files 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());