summaryrefslogtreecommitdiffstats
path: root/plugins/infowidget/peerview.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infowidget/peerview.h')
-rw-r--r--plugins/infowidget/peerview.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/infowidget/peerview.h b/plugins/infowidget/peerview.h
index f7a293b..6b5af44 100644
--- a/plugins/infowidget/peerview.h
+++ b/plugins/infowidget/peerview.h
@@ -32,7 +32,7 @@ namespace kt
class PeerInterface;
class PeerView;
- class PeerViewItem : public KListViewItem
+ class PeerViewItem : public TDEListViewItem
{
kt::PeerInterface* peer;
TQString m_country;
@@ -52,7 +52,7 @@ namespace kt
/**
@author Joris Guisson
*/
- class PeerView : public KListView
+ class PeerView : public TDEListView
{
Q_OBJECT
@@ -69,10 +69,10 @@ namespace kt
void kickPeer(kt::PeerInterface* peer);
void update();
void removeAll();
- void showContextMenu(KListView* ,TQListViewItem* item,const TQPoint & p);
+ void showContextMenu(TDEListView* ,TQListViewItem* item,const TQPoint & p);
void contextItem(int id);
private:
- KPopupMenu* menu;
+ TDEPopupMenu* menu;
int ban_id;
int kick_id;
PeerViewItem* curr;