diff options
Diffstat (limited to 'khexedit/exportdialog.h')
-rw-r--r-- | khexedit/exportdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/exportdialog.h b/khexedit/exportdialog.h index c5fbfc5..7adcea3 100644 --- a/khexedit/exportdialog.h +++ b/khexedit/exportdialog.h @@ -30,7 +30,7 @@ class TQLabel; class TQLineEdit; class TQSpinBox; class TQWidgetStack; -class KSimpleConfig; +class TDESimpleConfig; #include <kdialogbase.h> #include "hexbuffer.h" @@ -127,7 +127,7 @@ class CExportDialog : public KDialogBase SDestinationWidgets mDestination; SHtmlWidgets mHtml; SArrayWidgets mArray; - KSimpleConfig *mConfig; + TDESimpleConfig *mConfig; TQString mWorkDir; }; |