From 69f1eaa31f6b96de636583c19d283f4e657d5c40 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:20:01 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- configdialog/kbfxconfigdlgthemes.ui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configdialog') diff --git a/configdialog/kbfxconfigdlgthemes.ui.h b/configdialog/kbfxconfigdlgthemes.ui.h index 3c6ec3b..65bd31e 100644 --- a/configdialog/kbfxconfigdlgthemes.ui.h +++ b/configdialog/kbfxconfigdlgthemes.ui.h @@ -163,7 +163,7 @@ void KbfxConfigDlgThemes::KbfxDeleteThemeClicked() { int messageBoxReturn; int messageBoxUserResReturn; - TQString KbfxThemeRcDestination = KGlobal::dirs()->saveLocation ( "data", TQString ( "kbfx/themerc/" ), TRUE ); + TQString KbfxThemeRcDestination = TDEGlobal::dirs()->saveLocation ( "data", TQString ( "kbfx/themerc/" ), TRUE ); KbfxThemeRcDestination.append( ConfigInit().m_SpinxThemeName ); messageBoxReturn = KMessageBox::warningContinueCancel ( 0, @@ -247,7 +247,7 @@ void KbfxConfigDlgThemes::KbfxThemeInstall ( TQString &installUrl ) return; } - const TQString KbfxThemeDestination = KGlobal::dirs()->saveLocation ( "data", + const TQString KbfxThemeDestination = TDEGlobal::dirs()->saveLocation ( "data", TQString ( "kbfx/skins/" ), TRUE ); -- cgit v1.2.1