diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:11:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:11:38 -0600 |
commit | e0f85b11f69e4c88f789ee47c9e5fd1df579b54d (patch) | |
tree | b1ebff6969d2fbc11624efc77d9caa67c5ba8bdf /src/kmplayer_koffice_part.cpp | |
parent | 0308f7944757919f45f8217c4dd92ad751292c85 (diff) | |
download | kmplayer-e0f85b11f69e4c88f789ee47c9e5fd1df579b54d.tar.gz kmplayer-e0f85b11f69e4c88f789ee47c9e5fd1df579b54d.zip |
Rename many classes and header files 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 e37a7d8..45ef865 100644 --- a/src/kmplayer_koffice_part.cpp +++ b/src/kmplayer_koffice_part.cpp @@ -37,7 +37,7 @@ #include <kaboutdata.h> #include <kdebug.h> #include <tdeconfig.h> -#include <kaction.h> +#include <tdeaction.h> #include <kstandarddirs.h> #include <tdeparts/factory.h> |