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/apt.h | |
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/apt.h')
-rw-r--r-- | src/apt.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ #include <tqcstring.h> #include <kurl.h> -#include <kio/global.h> -#include <kio/slavebase.h> +#include <tdeio/global.h> +#include <tdeio/slavebase.h> #include "debug.h" #include "aptcache.h" |