diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
commit | 86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch) | |
tree | 97d3ac2c2f60780d9a1de4f82caac7cb27534501 /kontact/src/mainwindow.h | |
parent | a9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff) | |
download | tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kontact/src/mainwindow.h')
-rw-r--r-- | kontact/src/mainwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
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); |