diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:06:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:06:13 -0600 |
commit | f10950a5b2fef43a5f3a99170682eea55fe9b80b (patch) | |
tree | aaaec7f404be3c85dba99e083c63a46d4e29184d /src/app/mainwindow.h | |
parent | e9654e1a22ff355962fd97168f051336b814f4aa (diff) | |
download | gwenview-f10950a5b2fef43a5f3a99170682eea55fe9b80b.tar.gz gwenview-f10950a5b2fef43a5f3a99170682eea55fe9b80b.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/app/mainwindow.h')
-rw-r--r-- | src/app/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/mainwindow.h b/src/app/mainwindow.h index c38fbca..a2dc4a0 100644 --- a/src/app/mainwindow.h +++ b/src/app/mainwindow.h @@ -75,8 +75,8 @@ public slots: protected: bool queryClose(); - virtual void saveProperties( KConfig* ); - virtual void readProperties( KConfig* ); + virtual void saveProperties( TDEConfig* ); + virtual void readProperties( TDEConfig* ); private: TQWidgetStack* mCentralStack; |