summaryrefslogtreecommitdiffstats
path: root/konversation/src/ircviewbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/ircviewbox.h')
-rw-r--r--konversation/src/ircviewbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/konversation/src/ircviewbox.h b/konversation/src/ircviewbox.h
index 321e293..e9b12f3 100644
--- a/konversation/src/ircviewbox.h
+++ b/konversation/src/ircviewbox.h
@@ -12,7 +12,7 @@
#ifndef IRCVIEWBOX_H
#define IRCVIEWBOX_H
-#include <qvbox.h>
+#include <tqvbox.h>
class IRCView;
@@ -25,7 +25,7 @@ class IRCViewBox : public QVBox
public:
- IRCViewBox(QWidget* parent, Server* newServer);
+ IRCViewBox(TQWidget* parent, Server* newServer);
~IRCViewBox();
IRCView* ircView() const;
@@ -35,7 +35,7 @@ class IRCViewBox : public QVBox
void slotSearch();
void slotSearchNext();
void slotSearchPrevious();
- void slotSearchChanged(const QString& pattern);
+ void slotSearchChanged(const TQString& pattern);
protected:
void searchNext(bool reversed = false);