summaryrefslogtreecommitdiffstats
path: root/klinkstatus/src/ui/klshistorycombo.h
diff options
context:
space:
mode:
Diffstat (limited to 'klinkstatus/src/ui/klshistorycombo.h')
-rw-r--r--klinkstatus/src/ui/klshistorycombo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/klinkstatus/src/ui/klshistorycombo.h b/klinkstatus/src/ui/klshistorycombo.h
index ab990a1e..1215c3d9 100644
--- a/klinkstatus/src/ui/klshistorycombo.h
+++ b/klinkstatus/src/ui/klshistorycombo.h
@@ -24,7 +24,7 @@ class KLSHistoryCombo : public KHistoryCombo
Q_OBJECT
public:
- KLSHistoryCombo(QWidget* parent, const char* name);
+ KLSHistoryCombo(TQWidget* parent, const char* name);
~KLSHistoryCombo();
void init();
@@ -32,8 +32,8 @@ public:
void saveItems();
protected:
- virtual bool eventFilter(QObject* o, QEvent* ev);
- void selectWord(QKeyEvent* e);
+ virtual bool eventFilter(TQObject* o, TQEvent* ev);
+ void selectWord(TQKeyEvent* e);
private:
static bool items_saved_;