diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:51:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:51:06 -0600 |
commit | 2571f48ba178d235ea9570fea757a5941d1f9b31 (patch) | |
tree | 55c89ec71f7fc2a785536de649e7c4f16d92f6f0 /src/notecontent.cpp | |
parent | 54788613261c45bdc11f1e8763427616aa2d0ad3 (diff) | |
download | basket-2571f48ba178d235ea9570fea757a5941d1f9b31.tar.gz basket-2571f48ba178d235ea9570fea757a5941d1f9b31.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/notecontent.cpp')
-rw-r--r-- | src/notecontent.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/notecontent.cpp b/src/notecontent.cpp index a078b2b..defbe47 100644 --- a/src/notecontent.cpp +++ b/src/notecontent.cpp @@ -38,15 +38,15 @@ #include <tqbitmap.h> #include <kurifilter.h> //#include <kstringhandler.h> -#include <kfilemetainfo.h> +#include <tdefilemetainfo.h> #include <tqdatetime.h> #include <tdemultipledrag.h> #include <tqfileinfo.h> -//#include <kio/kfileitem.h> -#include <kfileitem.h> -#include <kio/previewjob.h> -#include <kio/global.h> +//#include <tdeio/tdefileitem.h> +#include <tdefileitem.h> +#include <tdeio/previewjob.h> +#include <tdeio/global.h> #include <iostream> |