summaryrefslogtreecommitdiffstats
path: root/khexedit/converterdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/converterdialog.h')
-rw-r--r--khexedit/converterdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/converterdialog.h b/khexedit/converterdialog.h
index 544517b..8cfd51d 100644
--- a/khexedit/converterdialog.h
+++ b/khexedit/converterdialog.h
@@ -30,7 +30,7 @@ class CHexValidator;
class CValidateLineEdit : public TQLineEdit
{
Q_OBJECT
- TQ_OBJECT
+
public:
CValidateLineEdit( TQWidget *parent, int validateType, const char *name=0 );
@@ -54,7 +54,7 @@ class CValidateLineEdit : public TQLineEdit
class CConverterDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
CConverterDialog( TQWidget *parent, const char *name=0, bool modal=true );