summaryrefslogtreecommitdiffstats
path: root/libkonq/konq_historymgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkonq/konq_historymgr.cpp')
-rw-r--r--libkonq/konq_historymgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkonq/konq_historymgr.cpp b/libkonq/konq_historymgr.cpp
index 11f15071e..7ee04f170 100644
--- a/libkonq/konq_historymgr.cpp
+++ b/libkonq/konq_historymgr.cpp
@@ -24,7 +24,7 @@
#include <tdeapplication.h>
#include <kdebug.h>
#include <ksavefile.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <tdestandarddirs.h>
#include <zlib.h>
@@ -594,7 +594,7 @@ bool KonqHistoryManager::loadFallback()
return false;
KonqHistoryEntry *entry;
- KSimpleConfig config( file );
+ TDESimpleConfig config( file );
config.setGroup("History");
TQStringList items = config.readListEntry( "CompletionItems" );
TQStringList::Iterator it = items.begin();