summaryrefslogtreecommitdiffstats
path: root/kradio3/src/kradioapp.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:53 -0600
commitd9b70de56a7c1ce685cc8fd119d9b004e1fbfdee (patch)
tree64b2d68617a65f38415feee55540640ec579eda9 /kradio3/src/kradioapp.cpp
parentf2f2c5781e60ffdf342231c2844a6d47f332b4ca (diff)
downloadtderadio-d9b70de56a7c1ce685cc8fd119d9b004e1fbfdee.tar.gz
tderadio-d9b70de56a7c1ce685cc8fd119d9b004e1fbfdee.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kradio3/src/kradioapp.cpp')
-rw-r--r--kradio3/src/kradioapp.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kradio3/src/kradioapp.cpp b/kradio3/src/kradioapp.cpp
index b7a9c5b..c008a1d 100644
--- a/kradio3/src/kradioapp.cpp
+++ b/kradio3/src/kradioapp.cpp
@@ -141,7 +141,7 @@ KRadioApp::~KRadioApp()
void KRadioApp::saveState()
{
IErrorLogClient::staticLogDebug(i18n("saveState"));
- saveState(KGlobal::config());
+ saveState(TDEGlobal::config());
}
void KRadioApp::saveState (KConfig *c)
@@ -193,7 +193,7 @@ void KRadioApp::restoreState (KConfig *c)
if (n_libs < 6) { // this seems to be a meaningful minimum value for a working kradio setup
TQStringList libs
- = KGlobal::dirs()->findAllResources("lib", "kradio/plugins/*.so");
+ = TDEGlobal::dirs()->findAllResources("lib", "kradio/plugins/*.so");
TQValueListIterator<TQString> end = libs.end();
int idx = 0;
// progress->progressBar()->setTotalSteps(libs.count());
@@ -338,7 +338,7 @@ PluginBase *KRadioApp::CreatePlugin (PluginManager *manager, const TQString &cla
insert_profiler.stop();
//BlockProfiler restore_profiler("KRadioApp::CreatePlugin - restore");
- //retval->restoreState(KGlobal::config());
+ //retval->restoreState(TDEGlobal::config());
}
return retval;