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 /kasteroids/toplevel.cpp | |
parent | 8a9553c17f4228afc6e0642c259a83d8dd37027d (diff) | |
download | tdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.tar.gz tdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kasteroids/toplevel.cpp')
-rw-r--r-- | kasteroids/toplevel.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kasteroids/toplevel.cpp b/kasteroids/toplevel.cpp index 32604b59..6947365a 100644 --- a/kasteroids/toplevel.cpp +++ b/kasteroids/toplevel.cpp @@ -13,9 +13,9 @@ #include <kdebug.h> #include <tdeapplication.h> #include <kstandarddirs.h> -#include <kglobalsettings.h> -#include <kmessagebox.h> -#include <klocale.h> +#include <tdeglobalsettings.h> +#include <tdemessagebox.h> +#include <tdelocale.h> #include <kkeydialog.h> #include <tdeaction.h> #include <kstdgameaction.h> |