diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:54:15 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:54:15 -0600 |
| commit | d1a3a8be39153e02cd555cb7e3bafcab2cb4530c (patch) | |
| tree | 089977dfeabf9a98c001fcb92ccd5bf05dc81488 /kpackage/kissInterface.cpp | |
| parent | 666824a6c549fb4eeae7a29083349638974a57d7 (diff) | |
| download | tdeadmin-d1a3a8be39153e02cd555cb7e3bafcab2cb4530c.tar.gz tdeadmin-d1a3a8be39153e02cd555cb7e3bafcab2cb4530c.zip | |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kpackage/kissInterface.cpp')
| -rw-r--r-- | kpackage/kissInterface.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpackage/kissInterface.cpp b/kpackage/kissInterface.cpp index e98d385..a882d5f 100644 --- a/kpackage/kissInterface.cpp +++ b/kpackage/kissInterface.cpp @@ -38,7 +38,7 @@ #include <tqfileinfo.h> #include <kurl.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kiconloader.h> #include "packageInfo.h" @@ -49,7 +49,7 @@ #include "utils.h" #include "options.h" #include "cache.h" -#include <klocale.h> +#include <tdelocale.h> extern TDEApplication *app; |
