From cc74f360bb40da3d79f58048f8e8611804980aa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:30:47 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- khelpcenter/searchwidget.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'khelpcenter/searchwidget.h') diff --git a/khelpcenter/searchwidget.h b/khelpcenter/searchwidget.h index 408c64560..14801223b 100644 --- a/khelpcenter/searchwidget.h +++ b/khelpcenter/searchwidget.h @@ -33,7 +33,7 @@ class TQListViewItem; class TQComboBox; class KLanguageCombo; -class KConfig; +class TDEConfig; class KCMHelpCenter; @@ -64,8 +64,8 @@ class SearchWidget : public TQWidget, public DCOPObject TQString scopeSelectionLabel( int ) const; - void readConfig( KConfig * ); - void writeConfig( KConfig * ); + void readConfig( TDEConfig * ); + void writeConfig( TDEConfig * ); int scopeCount() const; -- cgit v1.2.3