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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/foomatic/kfoomaticprinterimpl.cpp b/tdeprint/foomatic/kfoomaticprinterimpl.cpp
index b628ac6d9..aacf6be8d 100644
--- a/tdeprint/foomatic/kfoomaticprinterimpl.cpp
+++ b/tdeprint/foomatic/kfoomaticprinterimpl.cpp
@@ -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;
}