summaryrefslogtreecommitdiffstats
path: root/konqueror/konq_misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror/konq_misc.cc')
-rw-r--r--konqueror/konq_misc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/konq_misc.cc b/konqueror/konq_misc.cc
index 5802d47c9..cee752015 100644
--- a/konqueror/konq_misc.cc
+++ b/konqueror/konq_misc.cc
@@ -144,7 +144,7 @@ KonqMainWindow * KonqMisc::createBrowserWindowFromProfile( const TQString &path,
}
else
{
- KConfig cfg( path, true );
+ TDEConfig cfg( path, true );
cfg.setDollarExpansion( true );
cfg.setGroup( "Profile" );
TQString xmluiFile=cfg.readEntry("XMLUIFile","konqueror.rc");