summaryrefslogtreecommitdiffstats
path: root/configdialog/kbfxconfigdlglayout.ui.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:07:00 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:07:00 -0600
commitdaaefa882442ed0b524efb36a099cdfb2a4ecc37 (patch)
tree8445899c31e63958a01c9094f8083f70490ec9bc /configdialog/kbfxconfigdlglayout.ui.h
parent69f1eaa31f6b96de636583c19d283f4e657d5c40 (diff)
downloadkbfx-daaefa882442ed0b524efb36a099cdfb2a4ecc37.tar.gz
kbfx-daaefa882442ed0b524efb36a099cdfb2a4ecc37.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'configdialog/kbfxconfigdlglayout.ui.h')
-rw-r--r--configdialog/kbfxconfigdlglayout.ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/configdialog/kbfxconfigdlglayout.ui.h b/configdialog/kbfxconfigdlglayout.ui.h
index b8a4d55..7644244 100644
--- a/configdialog/kbfxconfigdlglayout.ui.h
+++ b/configdialog/kbfxconfigdlglayout.ui.h
@@ -466,7 +466,7 @@ void KbfxConfigDlgLayout::KbfxExportFileAction()
<< endl;
/* write layout theme configuration file */
- KConfig *layoutconfig = new KConfig ( KbfxExportLayoutRcDialogURL );
+ TDEConfig *layoutconfig = new TDEConfig ( KbfxExportLayoutRcDialogURL );
layoutconfig->setGroup ( "KbfxButton" );
layoutconfig->writeEntry ( "FadeTime", ConfigInit().m_fadeTime );