diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:20:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:20:01 -0600 |
commit | 69f1eaa31f6b96de636583c19d283f4e657d5c40 (patch) | |
tree | 02370f7430cfbfd3fe35250bede9bd07651aac9d /configdialog | |
parent | 5fb97907dcc15645d95f5ad0a987cd4f5e52a68f (diff) | |
download | kbfx-69f1eaa31f6b96de636583c19d283f4e657d5c40.tar.gz kbfx-69f1eaa31f6b96de636583c19d283f4e657d5c40.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'configdialog')
-rw-r--r-- | configdialog/kbfxconfigdlgthemes.ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 ); |