diff options
Diffstat (limited to 'src/kportview.h')
-rw-r--r-- | src/kportview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kportview.h b/src/kportview.h index 17a09dc..11d75d5 100644 --- a/src/kportview.h +++ b/src/kportview.h @@ -24,7 +24,7 @@ #include <tqcheckbox.h> #include <klineedit.h> #include "kport.h" -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> class KPortView : public TDEToolBar { @@ -46,8 +46,8 @@ class KPortView : public TDEToolBar void setID( const TQString & newID ) ; TQString id() ; - void readConfig( KSimpleConfig &config, TQString group ) ; - void writeConfig( KSimpleConfig &config, TQString group ) ; + void readConfig( TDESimpleConfig &config, TQString group ) ; + void writeConfig( TDESimpleConfig &config, TQString group ) ; signals: // void closing( KPortView *ioport ) ; |