diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:30:47 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:30:47 -0600 |
commit | cc74f360bb40da3d79f58048f8e8611804980aa6 (patch) | |
tree | c4385d2c16b904757b1c8bb998a4aec6993373f7 /khelpcenter/searchwidget.cpp | |
parent | 79b21d47bce1ee428affc97534cd8b257232a871 (diff) | |
download | tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.tar.gz tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'khelpcenter/searchwidget.cpp')
-rw-r--r-- | khelpcenter/searchwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khelpcenter/searchwidget.cpp b/khelpcenter/searchwidget.cpp index df04f9531..4930197a0 100644 --- a/khelpcenter/searchwidget.cpp +++ b/khelpcenter/searchwidget.cpp @@ -115,7 +115,7 @@ SearchWidget::~SearchWidget() } -void SearchWidget::readConfig( KConfig *cfg ) +void SearchWidget::readConfig( TDEConfig *cfg ) { cfg->setGroup( "Search" ); @@ -142,7 +142,7 @@ void SearchWidget::readConfig( KConfig *cfg ) checkScope(); } -void SearchWidget::writeConfig( KConfig *cfg ) +void SearchWidget::writeConfig( TDEConfig *cfg ) { cfg->setGroup( "Search" ); |