summaryrefslogtreecommitdiffstats
path: root/src/global.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:18:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:18:28 -0600
commit934db26c3f8efe148a5680c22f965ee10f818a61 (patch)
tree4a47cbb3ef398d11fa9283b5afdcd0a8d84fad7c /src/global.cpp
parenta1fb52e00e362130a46b34570e53f2c1f322f373 (diff)
downloadbasket-934db26c3f8efe148a5680c22f965ee10f818a61.tar.gz
basket-934db26c3f8efe148a5680c22f965ee10f818a61.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/global.cpp')
-rw-r--r--src/global.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/global.cpp b/src/global.cpp
index f8b6f74..220147f 100644
--- a/src/global.cpp
+++ b/src/global.cpp
@@ -40,7 +40,7 @@ DebugWindow *Global::debugWindow = 0L;
BackgroundManager *Global::backgroundManager = 0L;
SystemTray *Global::systemTray = 0L;
BNPView *Global::bnpView = 0L;
-KGlobalAccel *Global::globalAccel = 0L;
+TDEGlobalAccel *Global::globalAccel = 0L;
KConfig *Global::basketConfig = 0L;
AboutData Global::basketAbout;
@@ -64,7 +64,7 @@ TQString Global::savesFolder()
dir.mkdir(s_customSavesFolder);
folder = new TQString(Settings::dataFolder().endsWith("/") ? Settings::dataFolder() : Settings::dataFolder() + "/");
} else { // The default path (should be that for most computers)
- folder = new TQString(KGlobal::dirs()->saveLocation("data", "basket/"));
+ folder = new TQString(TDEGlobal::dirs()->saveLocation("data", "basket/"));
}
}