diff options
Diffstat (limited to 'quanta/treeviews/docfolder.h')
-rw-r--r-- | quanta/treeviews/docfolder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/treeviews/docfolder.h b/quanta/treeviews/docfolder.h index 5f36a825..c6d02fe0 100644 --- a/quanta/treeviews/docfolder.h +++ b/quanta/treeviews/docfolder.h @@ -31,7 +31,7 @@ Doc tree class TDEConfig; -class DocFolder : public KListViewItem { +class DocFolder : public TDEListViewItem { public: DocFolder(TQListViewItem *parent, const TQString &_name, TDEConfig *config, const TQString &basePath); DocFolder(TQListView *parent, const TQString &_name, TDEConfig *config, const TQString &basePath); |