diff options
Diffstat (limited to 'tdeprint/lpd/klpdprinterimpl.cpp')
-rw-r--r-- | tdeprint/lpd/klpdprinterimpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/lpd/klpdprinterimpl.cpp b/tdeprint/lpd/klpdprinterimpl.cpp index 2704cc46a..3647f0b38 100644 --- a/tdeprint/lpd/klpdprinterimpl.cpp +++ b/tdeprint/lpd/klpdprinterimpl.cpp @@ -22,7 +22,7 @@ #include <tqfile.h> #include <kstandarddirs.h> -#include <klocale.h> +#include <tdelocale.h> KLpdPrinterImpl::KLpdPrinterImpl(TQObject *parent, const char *name) : KPrinterImpl(parent,name) @@ -35,7 +35,7 @@ KLpdPrinterImpl::~KLpdPrinterImpl() TQString KLpdPrinterImpl::executable() { - return KStandardDirs::findExe("lpr"); + return TDEStandardDirs::findExe("lpr"); } bool KLpdPrinterImpl::setupCommand(TQString& cmd, KPrinter *printer) |