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 /kgoldrunner/src/kgrdialog.h | |
parent | 8a9553c17f4228afc6e0642c259a83d8dd37027d (diff) | |
download | tdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.tar.gz tdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kgoldrunner/src/kgrdialog.h')
-rw-r--r-- | kgoldrunner/src/kgrdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kgoldrunner/src/kgrdialog.h b/kgoldrunner/src/kgrdialog.h index 1e62a3eb..a3514a1e 100644 --- a/kgoldrunner/src/kgrdialog.h +++ b/kgoldrunner/src/kgrdialog.h @@ -19,10 +19,10 @@ #include <tqmessagebox.h> #else -#include <klocale.h> +#include <tdelocale.h> #include <kdialogbase.h> #define KGR_DIALOG KDialogBase -#include <kmessagebox.h> +#include <tdemessagebox.h> #endif #include <tqlayout.h> |