diff options
Diffstat (limited to 'kradio3/src/main.cpp')
-rw-r--r-- | kradio3/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kradio3/src/main.cpp b/kradio3/src/main.cpp index 5378495..b574817 100644 --- a/kradio3/src/main.cpp +++ b/kradio3/src/main.cpp @@ -56,7 +56,7 @@ int main(int argc, char *argv[]) profiler_kradioapp.stop(); BlockProfiler profiler_restore("main::restore"); - a.restoreState(KGlobal::config()); + a.restoreState(TDEGlobal::config()); a.startPlugins(); profiler_restore.stop(); |