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/kmplayerapp.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/kmplayerapp.cpp')
-rw-r--r-- | src/kmplayerapp.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kmplayerapp.cpp b/src/kmplayerapp.cpp index 2a7c280..6f0c523 100644 --- a/src/kmplayerapp.cpp +++ b/src/kmplayerapp.cpp @@ -41,13 +41,13 @@ #include <tdeversion.h> #include <kstandarddirs.h> #include <kiconloader.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tdefiledialog.h> #include <klineeditdlg.h> -#include <kmenubar.h> +#include <tdemenubar.h> #include <kstatusbar.h> #include <kurldrag.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdeconfig.h> #include <kstdaction.h> #include <kdebug.h> |