diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:16:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:16:01 -0600 |
commit | 9771f17f8cc5252b12ec5f3edf47ff9bffdf997f (patch) | |
tree | b9e389db87bdba126010d03fb5bccdc748d0e6fa /quanta/treeviews/doctreeview.h | |
parent | 9930e16dde86b7de9b792613d826f4f8648b9768 (diff) | |
download | tdewebdev-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.h | 10 |
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; }; |