diff options
Diffstat (limited to 'khexedit/hextoolwidget.h')
-rw-r--r-- | khexedit/hextoolwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/hextoolwidget.h b/khexedit/hextoolwidget.h index 94eb10c..fda0058 100644 --- a/khexedit/hextoolwidget.h +++ b/khexedit/hextoolwidget.h @@ -40,8 +40,8 @@ class CHexToolWidget : public TQFrame CHexToolWidget( TQWidget *parent = 0, const char *name = 0 ); ~CHexToolWidget( void ); - void writeConfiguration( KConfig &config ); - void readConfiguration( KConfig &config ); + void writeConfiguration( TDEConfig &config ); + void readConfiguration( TDEConfig &config ); unsigned long bitValue( SCursorState &state, int n ); protected: |