summaryrefslogtreecommitdiffstats
path: root/konversation/src/dcctransferpanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/dcctransferpanel.h')
-rw-r--r--konversation/src/dcctransferpanel.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/konversation/src/dcctransferpanel.h b/konversation/src/dcctransferpanel.h
index 52ed4ed..fb73b9b 100644
--- a/konversation/src/dcctransferpanel.h
+++ b/konversation/src/dcctransferpanel.h
@@ -21,8 +21,8 @@
class TQContextMenuEvent;
class TQPushButton;
-class KListView;
-class KPopupMenu;
+class TDEListView;
+class TDEPopupMenu;
class DccTransferDetailedInfoPanel;
@@ -70,7 +70,7 @@ class DccTransferPanel : public ChatWindow
DccTransferPanel(TQWidget* parent);
~DccTransferPanel();
- KListView* getListView();
+ TDEListView* getListView();
protected slots:
void slotNewTransferAdded( DccTransfer* transfer );
@@ -100,8 +100,8 @@ class DccTransferPanel : public ChatWindow
void initGUI();
- KListView* m_listView;
- KPopupMenu* m_popup;
+ TDEListView* m_listView;
+ TDEPopupMenu* m_popup;
DccTransferDetailedInfoPanel* m_detailPanel;