diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:57:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:57:10 -0600 |
commit | 6946130bb142337c633a25f34f11f9cd0e12d5de (patch) | |
tree | e4d2629cabc5254b98c1c0095d1f45e793edf226 /kpoker/top.cpp | |
parent | 8a9553c17f4228afc6e0642c259a83d8dd37027d (diff) | |
download | tdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.tar.gz tdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kpoker/top.cpp')
-rw-r--r-- | kpoker/top.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpoker/top.cpp b/kpoker/top.cpp index 731d1d6f..76e4029e 100644 --- a/kpoker/top.cpp +++ b/kpoker/top.cpp @@ -21,11 +21,11 @@ // KDE includes #include <tdeapplication.h> -#include <kmenubar.h> +#include <tdemenubar.h> #include <kstatusbar.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tdeconfig.h> -#include <klocale.h> +#include <tdelocale.h> #include <tdestdaccel.h> #include <kstdaction.h> #include <kstdgameaction.h> |