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/parsers | |
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/parsers')
-rw-r--r-- | src/parsers/list.cpp | 2 | ||||
-rw-r--r-- | src/parsers/policy.cpp | 2 | ||||
-rw-r--r-- | src/parsers/show.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/parsers/list.cpp b/src/parsers/list.cpp index 9484d9d..3010b86 100644 --- a/src/parsers/list.cpp +++ b/src/parsers/list.cpp @@ -12,7 +12,7 @@ #include "../apt.h" #include <tdeio/slavebase.h> -#include <klocale.h> +#include <tdelocale.h> #include <tqregexp.h> #include <kurl.h> diff --git a/src/parsers/policy.cpp b/src/parsers/policy.cpp index 3b8e8ed..72ccadf 100644 --- a/src/parsers/policy.cpp +++ b/src/parsers/policy.cpp @@ -11,7 +11,7 @@ #include "parsers.h" #include "../apt.h" -#include <klocale.h> +#include <tdelocale.h> #include <kdebug.h> #include <qhtmlstream.h> #include <tqregexp.h> diff --git a/src/parsers/show.cpp b/src/parsers/show.cpp index 5ffbc82..254ec9b 100644 --- a/src/parsers/show.cpp +++ b/src/parsers/show.cpp @@ -11,7 +11,7 @@ #include "parsers.h" #include "../apt.h" -#include <klocale.h> +#include <tdelocale.h> #include <tqregexp.h> static const TQString |