summaryrefslogtreecommitdiffstats
path: root/konqueror/konq_viewmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror/konq_viewmgr.cpp')
-rw-r--r--konqueror/konq_viewmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/konq_viewmgr.cpp b/konqueror/konq_viewmgr.cpp
index 435710ad8..c57b643cd 100644
--- a/konqueror/konq_viewmgr.cpp
+++ b/konqueror/konq_viewmgr.cpp
@@ -1081,7 +1081,7 @@ void KonqViewManager::saveViewProfile( const TQString & fileName, const TQString
if ( TQFile::exists( path ) )
TQFile::remove( path );
- KSimpleConfig cfg( path );
+ TDESimpleConfig cfg( path );
cfg.setGroup( "Profile" );
if ( !profileName.isEmpty() )
cfg.writePathEntry( "Name", profileName );