summaryrefslogtreecommitdiffstats
path: root/kbiff/kbiffmonitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbiff/kbiffmonitor.cpp')
-rw-r--r--kbiff/kbiffmonitor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbiff/kbiffmonitor.cpp b/kbiff/kbiffmonitor.cpp
index fb9ed8d..398f407 100644
--- a/kbiff/kbiffmonitor.cpp
+++ b/kbiff/kbiffmonitor.cpp
@@ -40,7 +40,7 @@
#include <tqregexp.h>
#include <tqdir.h>
#include <tqdatetime.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
// Needed for CRAM-MD5 and APOP
#include <kmdcodec.h>
@@ -111,7 +111,7 @@ KBiffMonitor::~KBiffMonitor()
void KBiffMonitor::readConfig()
{
- KSimpleConfig *config = new KSimpleConfig(MAIL_STATE_FILE);
+ TDESimpleConfig *config = new TDESimpleConfig(MAIL_STATE_FILE);
config->setDollarExpansion(false);
TQString group;
@@ -152,7 +152,7 @@ void KBiffMonitor::readConfig()
void KBiffMonitor::saveConfig()
{
// open the config file
- KSimpleConfig *config = new KSimpleConfig(MAIL_STATE_FILE);
+ TDESimpleConfig *config = new TDESimpleConfig(MAIL_STATE_FILE);
config->setDollarExpansion(false);
TQString group;