summaryrefslogtreecommitdiffstats
path: root/plugins/search/searchtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/search/searchtab.h')
-rw-r--r--plugins/search/searchtab.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/search/searchtab.h b/plugins/search/searchtab.h
index c392de9..9c62bf3 100644
--- a/plugins/search/searchtab.h
+++ b/plugins/search/searchtab.h
@@ -33,9 +33,10 @@ namespace kt
/**
Holds all widgets of the toolbar of the search plugin.
*/
- class SearchTab : public QObject
+ class SearchTab : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
SearchTab(KToolBar* toolbar);
@@ -53,12 +54,12 @@ namespace kt
protected slots:
void clearButtonPressed();
void searchNewTabPressed();
- void searchBoxReturn(const QString & str);
- void textChanged(const QString & str);
+ void searchBoxReturn(const TQString & str);
+ void textChanged(const TQString & str);
signals:
/// Emitted when the user presses enter or clicks search
- void search(const QString & text,int engine,bool external);
+ void search(const TQString & text,int engine,bool external);
private:
void loadSearchHistory();