summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/ui/kopetelistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/libkopete/ui/kopetelistview.h')
-rw-r--r--kopete/libkopete/ui/kopetelistview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/libkopete/ui/kopetelistview.h b/kopete/libkopete/ui/kopetelistview.h
index 8b2c579b..2e065212 100644
--- a/kopete/libkopete/ui/kopetelistview.h
+++ b/kopete/libkopete/ui/kopetelistview.h
@@ -34,7 +34,7 @@ class ListView : public KListView
Q_OBJECT
public:
- ListView( QWidget *parent = 0, const char *name = 0 );
+ ListView( TQWidget *parent = 0, const char *name = 0 );
~ListView();
/**
@@ -52,14 +52,14 @@ public:
public slots:
/**
- * Calls QListView::sort()
+ * Calls TQListView::sort()
*/
void slotSort() { sort(); }
protected:
- virtual void keyPressEvent( QKeyEvent *e );
+ virtual void keyPressEvent( TQKeyEvent *e );
private slots:
- void slotContextMenu(KListView*,QListViewItem *item, const QPoint &point );
- void slotDoubleClicked( QListViewItem *item );
+ void slotContextMenu(KListView*,TQListViewItem *item, const TQPoint &point );
+ void slotDoubleClicked( TQListViewItem *item );
private:
struct Private;
Private *d;