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 /klinkstatus/src/ui/treeview.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 'klinkstatus/src/ui/treeview.h')
-rw-r--r-- | klinkstatus/src/ui/treeview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/klinkstatus/src/ui/treeview.h b/klinkstatus/src/ui/treeview.h index de2eb9a2..3481108d 100644 --- a/klinkstatus/src/ui/treeview.h +++ b/klinkstatus/src/ui/treeview.h @@ -26,7 +26,7 @@ because of ResultView. ResultView class was to be the base interface to a TQTable and a TQListView, but the APIs are a little diferent... then I realize that a TQTable view isn't needed at all so some day I will clean this up. */ -class TreeView : public KListView, public ResultView +class TreeView : public TDEListView, public ResultView { Q_OBJECT @@ -87,7 +87,7 @@ inline void TreeView::setTreeDisplay(bool tree_display) { /* ******************************* TreeViewItem ******************************* */ -class TreeViewItem: public KListViewItem +class TreeViewItem: public TDEListViewItem { public: |