diff options
Diffstat (limited to 'khexedit/exportdialog.h')
-rw-r--r-- | khexedit/exportdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/khexedit/exportdialog.h b/khexedit/exportdialog.h index 392e74c..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" @@ -38,7 +38,7 @@ class KSimpleConfig; class CExportDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -127,7 +127,7 @@ class CExportDialog : public KDialogBase SDestinationWidgets mDestination; SHtmlWidgets mHtml; SArrayWidgets mArray; - KSimpleConfig *mConfig; + TDESimpleConfig *mConfig; TQString mWorkDir; }; |