summaryrefslogtreecommitdiffstats
path: root/akregator/src/searchbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/searchbar.h')
-rw-r--r--akregator/src/searchbar.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/akregator/src/searchbar.h b/akregator/src/searchbar.h
index f9cfb879..8787f292 100644
--- a/akregator/src/searchbar.h
+++ b/akregator/src/searchbar.h
@@ -25,7 +25,7 @@
#ifndef AKREGATOR_SEARCHBAR_H
#define AKREGATOR_SEARCHBAR_H
-#include <qhbox.h>
+#include <tqhbox.h>
class QString;
@@ -43,10 +43,10 @@ class SearchBar : public QHBox
public:
- SearchBar(QWidget* parent=0, const char* name=0);
+ SearchBar(TQWidget* parent=0, const char* name=0);
virtual ~SearchBar();
- QString text() const;
+ TQString text() const;
int status() const;
void setDelay(int ms);
@@ -59,11 +59,11 @@ class SearchBar : public QHBox
public slots:
void slotClearSearch();
void slotSetStatus(int status);
- void slotSetText(const QString& text);
+ void slotSetText(const TQString& text);
private slots:
- void slotSearchStringChanged(const QString& search);
+ void slotSearchStringChanged(const TQString& search);
void slotSearchComboChanged(int index);
void slotActivateSearch();