diff options
Diffstat (limited to 'quanta/treeviews/docitem.h')
-rw-r--r-- | quanta/treeviews/docitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/treeviews/docitem.h b/quanta/treeviews/docitem.h index 6022650b..5a245828 100644 --- a/quanta/treeviews/docitem.h +++ b/quanta/treeviews/docitem.h @@ -28,7 +28,7 @@ class TDEConfig; *@author Yacovlev Alexander & Dmitry Poplavsky */ -class DocItem : public KListViewItem { +class DocItem : public TDEListViewItem { public: DocItem(TQListViewItem *parent, const TQString &_name, const TQString &_url); |