summaryrefslogtreecommitdiffstats
path: root/ark/searchbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'ark/searchbar.h')
-rw-r--r--ark/searchbar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ark/searchbar.h b/ark/searchbar.h
index c21b4d4..2e245ab 100644
--- a/ark/searchbar.h
+++ b/ark/searchbar.h
@@ -32,8 +32,9 @@ class KActionCollection;
class SearchBar: public KListViewSearchLine
{
Q_OBJECT
+ TQ_OBJECT
public:
- SearchBar( TQWidget* parent, KActionCollection* aC, const char * name = 0 );
+ SearchBar( TQWidget* tqparent, KActionCollection* aC, const char * name = 0 );
~SearchBar();
};