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/kmplayerprocess.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/kmplayerprocess.cpp')
-rw-r--r-- | src/kmplayerprocess.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kmplayerprocess.cpp b/src/kmplayerprocess.cpp index fe3ddeb..13959a9 100644 --- a/src/kmplayerprocess.cpp +++ b/src/kmplayerprocess.cpp @@ -39,10 +39,10 @@ #include <kprocess.h> #include <kdebug.h> #include <kprocctrl.h> -#include <kprotocolmanager.h> +#include <tdeprotocolmanager.h> #include <tdefiledialog.h> -#include <kmessagebox.h> -#include <klocale.h> +#include <tdemessagebox.h> +#include <tdelocale.h> #include <tdeapplication.h> #include <kstandarddirs.h> #include <tdeio/job.h> |