summaryrefslogtreecommitdiffstats
path: root/ark/searchbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'ark/searchbar.h')
-rw-r--r--ark/searchbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ark/searchbar.h b/ark/searchbar.h
index 95857ae..c21b4d4 100644
--- a/ark/searchbar.h
+++ b/ark/searchbar.h
@@ -23,7 +23,7 @@
#include <klistviewsearchline.h>
-#include <qwidget.h>
+#include <tqwidget.h>
class KListView;
class KComboBox;
@@ -33,7 +33,7 @@ class SearchBar: public KListViewSearchLine
{
Q_OBJECT
public:
- SearchBar( QWidget* parent, KActionCollection* aC, const char * name = 0 );
+ SearchBar( TQWidget* parent, KActionCollection* aC, const char * name = 0 );
~SearchBar();
};