summaryrefslogtreecommitdiffstats
path: root/khexedit/searchbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/searchbar.h')
-rw-r--r--khexedit/searchbar.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/khexedit/searchbar.h b/khexedit/searchbar.h
index 752f6d6..00b25a8 100644
--- a/khexedit/searchbar.h
+++ b/khexedit/searchbar.h
@@ -30,12 +30,13 @@ class TQPushButton;
class TQCheckBox;
class CHexValidator;
-class CSearchBar : public QFrame
+class CSearchBar : public TQFrame
{
Q_OBJECT
+ TQ_OBJECT
public:
- CSearchBar( TQWidget *parent=0, const char *name=0, WFlags f=0 );
+ CSearchBar( TQWidget *tqparent=0, const char *name=0, WFlags f=0 );
virtual bool eventFilter( TQObject *o, TQEvent *e );
public slots: