summaryrefslogtreecommitdiffstats
path: root/tdeprint/kmfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/kmfactory.cpp')
-rw-r--r--tdeprint/kmfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/kmfactory.cpp b/tdeprint/kmfactory.cpp
index d63ca2872..2ffda7498 100644
--- a/tdeprint/kmfactory.cpp
+++ b/tdeprint/kmfactory.cpp
@@ -38,7 +38,7 @@
#include <kdebug.h>
#include <tdemessagebox.h>
#include <tdelocale.h>
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <kstaticdeleter.h>
#include <tdeapplication.h>
#include <dcopclient.h>
@@ -312,7 +312,7 @@ KMFactory::PluginInfo KMFactory::pluginInfo(const TQString& name)
TQString path(name);
if (path[0] != '/')
path = locate("data", TQString::fromLatin1("tdeprint/plugins/%1.print").arg(name));
- KSimpleConfig conf(path);
+ TDESimpleConfig conf(path);
PluginInfo info;
conf.setGroup("TDE Print Entry");