diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:46:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:46:34 -0600 |
commit | 047100f357318a249688b2b82309399ea04535bc (patch) | |
tree | 28412d19fb7bcfb796dbce183371c6d48278303f /src/kmplayer_part.cpp | |
parent | ceecb6abfd1b67c1a730b7e4dc921244ba830ef2 (diff) | |
download | kmplayer-047100f357318a249688b2b82309399ea04535bc.tar.gz kmplayer-047100f357318a249688b2b82309399ea04535bc.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/kmplayer_part.cpp')
-rw-r--r-- | src/kmplayer_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmplayer_part.cpp b/src/kmplayer_part.cpp index e5109e6..ff8aa1d 100644 --- a/src/kmplayer_part.cpp +++ b/src/kmplayer_part.cpp @@ -35,7 +35,7 @@ class KXMLGUIClient; // workaround for trinity.3 on sarge with gcc4, tdeactionco #include <ksimpleconfig.h> #include <tdeaction.h> #include <tdeapplication.h> -#include <klocale.h> +#include <tdelocale.h> #include <kinstance.h> #include <tdeparts/factory.h> #include <kstaticdeleter.h> |