diff options
Diffstat (limited to 'quanta/treeviews/docfolder.h')
-rw-r--r-- | quanta/treeviews/docfolder.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quanta/treeviews/docfolder.h b/quanta/treeviews/docfolder.h index f3c8db87..5f36a825 100644 --- a/quanta/treeviews/docfolder.h +++ b/quanta/treeviews/docfolder.h @@ -29,12 +29,12 @@ Doc tree *@author Yacovlev Alexander & Dmitry Poplavsky */ -class KConfig; +class TDEConfig; class DocFolder : public KListViewItem { public: - DocFolder(TQListViewItem *parent, const TQString &_name, KConfig *config, const TQString &basePath); - DocFolder(TQListView *parent, const TQString &_name, KConfig *config, const TQString &basePath); + DocFolder(TQListViewItem *parent, const TQString &_name, TDEConfig *config, const TQString &basePath); + DocFolder(TQListView *parent, const TQString &_name, TDEConfig *config, const TQString &basePath); ~DocFolder(); TQString text( int column ) const; void setup(); |