From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kontact/src/mainwindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kontact/src/mainwindow.h') diff --git a/kontact/src/mainwindow.h b/kontact/src/mainwindow.h index 90e9045bd..42b55420b 100644 --- a/kontact/src/mainwindow.h +++ b/kontact/src/mainwindow.h @@ -43,7 +43,7 @@ class TQVBox; class TQFrame; class KAction; -class KConfig; +class TDEConfig; class KPluginInfo; class KRSqueezedTextLabel; class KHTMLPart; @@ -129,8 +129,8 @@ class MainWindow : public Kontact::Core, public KDCOPServiceStarter, public Kont void setupActions(); void showTip( bool ); virtual bool queryClose(); - virtual void readProperties( KConfig *config ); - virtual void saveProperties( KConfig *config ); + virtual void readProperties( TDEConfig *config ); + virtual void saveProperties( TDEConfig *config ); void paintAboutScreen( const TQString& msg ); static TQString introductionString(); KToolBar* findToolBar(const char* name); -- cgit v1.2.1