diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:09:19 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:09:19 -0600 |
commit | 76b7dd9a43ea8368918fc9e65c2b5e9098be1861 (patch) | |
tree | 62f4c1bdd75c2ca3a64cd9d58c1b25b5da0f06ea /src/kmplayer_koffice_part.cpp | |
parent | 75cf20e5d10de7b6ab506bd1ad6321c77ff1ad5c (diff) | |
download | kmplayer-76b7dd9a43ea8368918fc9e65c2b5e9098be1861.tar.gz kmplayer-76b7dd9a43ea8368918fc9e65c2b5e9098be1861.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/kmplayer_koffice_part.cpp')
-rw-r--r-- | src/kmplayer_koffice_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmplayer_koffice_part.cpp b/src/kmplayer_koffice_part.cpp index 56b4914..4284c3b 100644 --- a/src/kmplayer_koffice_part.cpp +++ b/src/kmplayer_koffice_part.cpp @@ -39,7 +39,7 @@ #include <kconfig.h> #include <kaction.h> #include <kstandarddirs.h> -#include <kparts/factory.h> +#include <tdeparts/factory.h> #include "kmplayerpartbase.h" #include "kmplayer_koffice_part.h" |