summaryrefslogtreecommitdiffstats
path: root/khexedit/exportdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/exportdialog.h')
-rw-r--r--khexedit/exportdialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/khexedit/exportdialog.h b/khexedit/exportdialog.h
index b4dc3e1..52adac8 100644
--- a/khexedit/exportdialog.h
+++ b/khexedit/exportdialog.h
@@ -39,6 +39,7 @@ class KSimpleConfig;
class CExportDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
enum EPage
@@ -57,7 +58,7 @@ class CExportDialog : public KDialogBase
option_max
};
- CExportDialog( TQWidget *parent = 0, char *name = 0, bool modal = false );
+ CExportDialog( TQWidget *tqparent = 0, char *name = 0, bool modal = false );
~CExportDialog( void );
void writeConfiguration( void );