summaryrefslogtreecommitdiffstats
path: root/tdeprint/foomatic/kfoomaticprinterimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/foomatic/kfoomaticprinterimpl.cpp')
-rw-r--r--tdeprint/foomatic/kfoomaticprinterimpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/foomatic/kfoomaticprinterimpl.cpp b/tdeprint/foomatic/kfoomaticprinterimpl.cpp
index b628ac6d9..dd694b31b 100644
--- a/tdeprint/foomatic/kfoomaticprinterimpl.cpp
+++ b/tdeprint/foomatic/kfoomaticprinterimpl.cpp
@@ -21,7 +21,7 @@
#include "kprinter.h"
#include <kstandarddirs.h>
-#include <klocale.h>
+#include <tdelocale.h>
KFoomaticPrinterImpl::KFoomaticPrinterImpl(TQObject *parent, const char *name, const TQStringList & /*args*/)
: KPrinterImpl(parent,name)
@@ -35,7 +35,7 @@ KFoomaticPrinterImpl::~KFoomaticPrinterImpl()
// look for executable
TQString KFoomaticPrinterImpl::executable()
{
- QString exe = KStandardDirs::findExe("foomatic-printjob");
+ QString exe = TDEStandardDirs::findExe("foomatic-printjob");
return exe;
}