From 5f444a9ea966b68991cef44d2711378ef9ff406d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:40:58 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kpackage/pkgInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpackage/pkgInterface.cpp') 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"; -- cgit v1.2.1