diff options
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; |