summaryrefslogtreecommitdiffstats
path: root/quanta/treeviews/filestreeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/treeviews/filestreeview.h')
-rw-r--r--quanta/treeviews/filestreeview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/quanta/treeviews/filestreeview.h b/quanta/treeviews/filestreeview.h
index 4cf89304..1cee782b 100644
--- a/quanta/treeviews/filestreeview.h
+++ b/quanta/treeviews/filestreeview.h
@@ -27,7 +27,7 @@
//foward declarations
class TQListViewItem;
class TQPoint;
-class KPopupMenu;
+class TDEPopupMenu;
class KURL;
@@ -48,7 +48,7 @@ protected slots:
*/
void slotNewTopFolder();
- virtual void slotMenu(KListView *listView, TQListViewItem *item, const TQPoint &point);
+ virtual void slotMenu(TDEListView *listView, TQListViewItem *item, const TQPoint &point);
/**
creates a new branch from the current url
*/
@@ -61,9 +61,9 @@ protected slots:
protected:
virtual KFileTreeBranch* newBranch(const KURL& url);
- KPopupMenu *m_fileMenu;
- KPopupMenu *m_folderMenu;
- KPopupMenu *m_emptyMenu;
+ TDEPopupMenu *m_fileMenu;
+ TDEPopupMenu *m_folderMenu;
+ TDEPopupMenu *m_emptyMenu;
int m_menuClose; ///< remembers the menu entry
int m_menuPasteFolder; ///< remembers the menu entry
int m_insertFileInProject;