summaryrefslogtreecommitdiffstats
path: root/src/sigtool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sigtool.cpp')
-rw-r--r--src/sigtool.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sigtool.cpp b/src/sigtool.cpp
index 779047b..3c2b1d8 100644
--- a/src/sigtool.cpp
+++ b/src/sigtool.cpp
@@ -5,15 +5,15 @@
#include "sigtool.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <kstatusbar.h>
-#include <kfiledialog.h>
+#include <tdefiledialog.h>
#include <kurlrequester.h>
#include <tqlayout.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
const char *mail_clients[] = {
"KMail",
@@ -130,14 +130,14 @@ void Sigtool::configureKMail(){
KMessageBox::information (this,i18n( "Please ensure KMail is not open before we proceed.") );
TQString DatabaseLocation;
- config = KGlobal::config();
+ config = TDEGlobal::config();
config->setGroup("Freshklam");
TQStringList lastDownloadPaths = config->readListEntry("lastDownloadPaths");
for (TQStringList::Iterator it = lastDownloadPaths.begin(); it == lastDownloadPaths.begin() ; it++){
DatabaseLocation = *it;
}
- config = new KConfig("kmailrc");
+ config = new TDEConfig("kmailrc");
config->setGroup("General");
TQVariant nooffilters = config->readEntry("filters");