diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:57:10 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:57:10 -0600 |
commit | 6946130bb142337c633a25f34f11f9cd0e12d5de (patch) | |
tree | e4d2629cabc5254b98c1c0095d1f45e793edf226 /kpoker/kpoker.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/kpoker.cpp')
-rw-r--r-- | kpoker/kpoker.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpoker/kpoker.cpp b/kpoker/kpoker.cpp index 7cfec655..29da61d8 100644 --- a/kpoker/kpoker.cpp +++ b/kpoker/kpoker.cpp @@ -25,13 +25,13 @@ #include <tqlayout.h> // KDE includes -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tdeapplication.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kstandarddirs.h> #include <kdebug.h> #include <tdeconfig.h> -#include <klocale.h> +#include <tdelocale.h> #include <kaudioplayer.h> #include <kcarddialog.h> |