diff options
Diffstat (limited to 'kpackage/pkgInterface.cpp')
-rw-r--r-- | kpackage/pkgInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpackage/pkgInterface.cpp b/kpackage/pkgInterface.cpp index 435e830..c3f9a7e 100644 --- a/kpackage/pkgInterface.cpp +++ b/kpackage/pkgInterface.cpp @@ -108,7 +108,7 @@ TQString pkgInterface::doInstall(int, const TQString &, bool &) {return 0;} //////////////////////////////////////////////////////////////////////////// bool pkgInterface::ifExe(TQString exe) { - if (!KGlobal::dirs()->findExe( exe ).isNull()) { + if (!TDEGlobal::dirs()->findExe( exe ).isNull()) { return TRUE; } else { kdDebug() << "Program not found: " << exe << "\n"; |