diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:46:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:46:26 -0600 |
commit | 8d8f89a9239b1386f3e5f5c057dffc9c6464c055 (patch) | |
tree | f1da90238c79241e3d22f79a25839eee37ac1dc0 /src/dpkg.cpp | |
parent | 8e887879589b340e5f530255d44632f7705089f3 (diff) | |
download | tdeio-apt-8d8f89a9239b1386f3e5f5c057dffc9c6464c055.tar.gz tdeio-apt-8d8f89a9239b1386f3e5f5c057dffc9c6464c055.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/dpkg.cpp')
-rw-r--r-- | src/dpkg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dpkg.cpp b/src/dpkg.cpp index 98cf151..7ab742f 100644 --- a/src/dpkg.cpp +++ b/src/dpkg.cpp @@ -13,7 +13,7 @@ #include "dpkg.h" #include "debug.h" -#include <klocale.h> +#include <tdelocale.h> #include <kdebug.h> #include <tqstringlist.h> |