diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:53:11 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:53:11 -0600 |
commit | 81e4241ea827a7b8f4d9b070de7a924d72d3c196 (patch) | |
tree | a4a59064e2cfd1c2be1ee29f547b11eb8b1dc0ff /src/parsers/list.cpp | |
parent | bd136c5965d9a716f7763e0a6894e82b94dbaee2 (diff) | |
download | tdeio-apt-81e4241ea827a7b8f4d9b070de7a924d72d3c196.tar.gz tdeio-apt-81e4241ea827a7b8f4d9b070de7a924d72d3c196.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/parsers/list.cpp')
-rw-r--r-- | src/parsers/list.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parsers/list.cpp b/src/parsers/list.cpp index 1c38cb7..9484d9d 100644 --- a/src/parsers/list.cpp +++ b/src/parsers/list.cpp @@ -11,7 +11,7 @@ #include "parsers.h" #include "../apt.h" -#include <kio/slavebase.h> +#include <tdeio/slavebase.h> #include <klocale.h> #include <tqregexp.h> #include <kurl.h> |