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/notefactory.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/notefactory.cpp')
-rw-r--r-- | src/notefactory.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/notefactory.cpp b/src/notefactory.cpp index ee14c5c..97fc06c 100644 --- a/src/notefactory.cpp +++ b/src/notefactory.cpp @@ -34,11 +34,11 @@ #include <kapplication.h> #include <kaboutdata.h> #include <tqfile.h> -#include <kfilemetainfo.h> -#include <kio/jobclasses.h> +#include <tdefilemetainfo.h> +#include <tdeio/jobclasses.h> #include <tqtextcodec.h> #include <kopenwith.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <kicondialog.h> #include <kiconloader.h> #include <tqfileinfo.h> |