diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:54:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:54:22 -0600 |
commit | 038b18b2df1da40baab30d62171766048a948095 (patch) | |
tree | ba99d50e3e7b3f2eccb63ba71aea4f6163ede37a /lib/kofficecore/KoDetailsPane.cpp | |
parent | d0baf2961c379b31587c6542625018c6177474d0 (diff) | |
download | koffice-038b18b2df1da40baab30d62171766048a948095.tar.gz koffice-038b18b2df1da40baab30d62171766048a948095.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'lib/kofficecore/KoDetailsPane.cpp')
-rw-r--r-- | lib/kofficecore/KoDetailsPane.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kofficecore/KoDetailsPane.cpp b/lib/kofficecore/KoDetailsPane.cpp index 8fb84589..91cdb4ad 100644 --- a/lib/kofficecore/KoDetailsPane.cpp +++ b/lib/kofficecore/KoDetailsPane.cpp @@ -34,10 +34,10 @@ #include <klocale.h> #include <klistview.h> #include <kpushbutton.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kurl.h> -#include <kfileitem.h> -#include <kio/previewjob.h> +#include <tdefileitem.h> +#include <tdeio/previewjob.h> #include <kdebug.h> #include <ktextbrowser.h> #include <kapplication.h> |