diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:46:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:46:34 -0600 |
commit | 047100f357318a249688b2b82309399ea04535bc (patch) | |
tree | 28412d19fb7bcfb796dbce183371c6d48278303f /src/pref.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/pref.cpp')
-rw-r--r-- | src/pref.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pref.cpp b/src/pref.cpp index 7380276..ff9a943 100644 --- a/src/pref.cpp +++ b/src/pref.cpp @@ -42,10 +42,10 @@ #include <tqtimer.h> #include <tqfont.h> -#include <klocale.h> +#include <tdelocale.h> #include <kdebug.h> #include <tdefiledialog.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <klineedit.h> #include <kiconloader.h> #include <tdeversion.h> |