diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:07:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:07:00 -0600 |
commit | daaefa882442ed0b524efb36a099cdfb2a4ecc37 (patch) | |
tree | 8445899c31e63958a01c9094f8083f70490ec9bc /configdialog/kbfxconfigdlgthemes.ui.h | |
parent | 69f1eaa31f6b96de636583c19d283f4e657d5c40 (diff) | |
download | kbfx-daaefa882442ed0b524efb36a099cdfb2a4ecc37.tar.gz kbfx-daaefa882442ed0b524efb36a099cdfb2a4ecc37.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'configdialog/kbfxconfigdlgthemes.ui.h')
-rw-r--r-- | configdialog/kbfxconfigdlgthemes.ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configdialog/kbfxconfigdlgthemes.ui.h b/configdialog/kbfxconfigdlgthemes.ui.h index 65bd31e..af17719 100644 --- a/configdialog/kbfxconfigdlgthemes.ui.h +++ b/configdialog/kbfxconfigdlgthemes.ui.h @@ -204,7 +204,7 @@ void KbfxConfigDlgThemes::KbfxDeleteThemeClicked() << ConfigInit().m_SpinxThemeBasePath + ConfigInit().m_SpinxThemeName << endl; - if ( !KIO::NetAccess::del ( ConfigInit().m_SpinxThemeBasePath+ConfigInit().m_SpinxThemeName, 0 ) ) + if ( !TDEIO::NetAccess::del ( ConfigInit().m_SpinxThemeBasePath+ConfigInit().m_SpinxThemeName, 0 ) ) { KMessageBox::sorry ( 0, tr2i18n ( "<p align='center'>Could not uninstall this KBFX theme.</p>" |