summaryrefslogtreecommitdiffstats
path: root/khelpcenter/infotree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/infotree.cpp')
-rw-r--r--khelpcenter/infotree.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/khelpcenter/infotree.cpp b/khelpcenter/infotree.cpp
index c0c5a9d9e..f7e44c813 100644
--- a/khelpcenter/infotree.cpp
+++ b/khelpcenter/infotree.cpp
@@ -29,7 +29,7 @@
#include <kiconloader.h>
#include <tdelistview.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kurl.h>
#include <tqfile.h>
@@ -95,7 +95,7 @@ void InfoTree::build( NavigatorItem *parent )
m_categoryItem = new NavigatorItem( entry, parent );
m_categoryItem->setAutoDeleteDocEntry( true );
- TDEConfig *cfg = kapp->config();
+ TDEConfig *cfg = tdeApp->config();
cfg->setGroup( "Info pages" );
TQStringList infoDirFiles = cfg->readListEntry( "Search paths" );
// Default paths taken fron tdebase/tdeioslave/info/kde-info2html.conf
@@ -181,4 +181,3 @@ void InfoTree::parseInfoDirFile( const TQString &infoDirFileName )
}
#include "infotree.moc"
-// vim:ts=2:sw=2:et