summaryrefslogtreecommitdiffstats
path: root/quanta/treeviews/doctreeview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:16:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:16:01 -0600
commit9771f17f8cc5252b12ec5f3edf47ff9bffdf997f (patch)
treeb9e389db87bdba126010d03fb5bccdc748d0e6fa /quanta/treeviews/doctreeview.h
parent9930e16dde86b7de9b792613d826f4f8648b9768 (diff)
downloadtdewebdev-9771f17f8cc5252b12ec5f3edf47ff9bffdf997f.tar.gz
tdewebdev-9771f17f8cc5252b12ec5f3edf47ff9bffdf997f.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'quanta/treeviews/doctreeview.h')
-rw-r--r--quanta/treeviews/doctreeview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/quanta/treeviews/doctreeview.h b/quanta/treeviews/doctreeview.h
index 7ce1b656..3168899c 100644
--- a/quanta/treeviews/doctreeview.h
+++ b/quanta/treeviews/doctreeview.h
@@ -26,14 +26,14 @@
#include <klistview.h>
class DocFolder;
-class KPopupMenu;
+class TDEPopupMenu;
/**
*@author Yacovlev Alexander & Dmitry Poplavsky
*/
-class DocTreeView : public KListView {
+class DocTreeView : public TDEListView {
Q_OBJECT
public:
@@ -57,15 +57,15 @@ signals:
private slots:
void clickItem( TQListViewItem *);
void slotDoubleClicked(TQListViewItem *);
- void slotMenu(KListView *, TQListViewItem *item, const TQPoint &point);
+ void slotMenu(TDEListView *, TQListViewItem *item, const TQPoint &point);
private:
TQDict<TQString> *contextHelpDict;
TQValueList<DocFolder *> m_folderList;
- KListViewItem *projectDocFolder;
- KPopupMenu *m_contextMenu;
+ TDEListViewItem *projectDocFolder;
+ TDEPopupMenu *m_contextMenu;
int m_menuReload;
};