diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:52:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:52:51 -0600 |
commit | 03831d9d21a44c703ecd658bcef220e9fb2c48bb (patch) | |
tree | eb8667b59201f86e3c8d246d56cbce950c5f5d78 /src/tdmtheme.cpp | |
parent | ada6e78d89ce536a14a6f89703e87b18863ddf21 (diff) | |
download | tdmtheme-03831d9d21a44c703ecd658bcef220e9fb2c48bb.tar.gz tdmtheme-03831d9d21a44c703ecd658bcef220e9fb2c48bb.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/tdmtheme.cpp')
-rw-r--r-- | src/tdmtheme.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tdmtheme.cpp b/src/tdmtheme.cpp index e7d4e33..78091af 100644 --- a/src/tdmtheme.cpp +++ b/src/tdmtheme.cpp @@ -22,8 +22,8 @@ #include <kdialog.h> #include <kglobal.h> -#include <kio/job.h> -#include <kio/netaccess.h> +#include <tdeio/job.h> +#include <tdeio/netaccess.h> #include <klocale.h> #include <kmessagebox.h> #include <kprogress.h> |