diff options
Diffstat (limited to 'konq-plugins/kuick/kcmkuick/kcmkuick.cpp')
-rw-r--r-- | konq-plugins/kuick/kcmkuick/kcmkuick.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/kuick/kcmkuick/kcmkuick.cpp b/konq-plugins/kuick/kcmkuick/kcmkuick.cpp index 95abf73..d8015ce 100644 --- a/konq-plugins/kuick/kcmkuick/kcmkuick.cpp +++ b/konq-plugins/kuick/kcmkuick/kcmkuick.cpp @@ -108,7 +108,7 @@ void KCMKuick::save() config.sync(); //is it necessary ? if ( dialog->m_chkShow->isChecked() ) { - TQString servicespath = KGlobal::dirs()->saveLocation( "services"); + TQString servicespath = TDEGlobal::dirs()->saveLocation( "services"); TQFile::remove(servicespath+"/kuick_plugin.desktop"); } else { |