summaryrefslogtreecommitdiffstats
path: root/krusader/Panel/krpopupmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/Panel/krpopupmenu.h')
-rw-r--r--krusader/Panel/krpopupmenu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/krusader/Panel/krpopupmenu.h b/krusader/Panel/krpopupmenu.h
index 0b40aaa..16cc515 100644
--- a/krusader/Panel/krpopupmenu.h
+++ b/krusader/Panel/krpopupmenu.h
@@ -13,7 +13,7 @@
#endif
// should be renamed to KrContextMenu or similar
-class KrPopupMenu : public KPopupMenu {
+class KrPopupMenu : public TDEPopupMenu {
Q_OBJECT
public:
@@ -63,9 +63,9 @@ protected:
private:
ListPanel *panel;
bool empty, multipleSelections;
- KPopupMenu openWith, linkPopup, createNewPopup;
+ TDEPopupMenu openWith, linkPopup, createNewPopup;
KrPreviewPopup preview;
- KActionCollection *actions;
+ TDEActionCollection *actions;
KrViewItemList items; // list of selected items
KrViewItem *item; // the (first) selected item
KFileItemList _items;