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 /ksokoban/ModalLabel.cpp | |
parent | 8a9553c17f4228afc6e0642c259a83d8dd37027d (diff) | |
download | tdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.tar.gz tdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'ksokoban/ModalLabel.cpp')
-rw-r--r-- | ksokoban/ModalLabel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksokoban/ModalLabel.cpp b/ksokoban/ModalLabel.cpp index 4fd7b25c..8d5f43d7 100644 --- a/ksokoban/ModalLabel.cpp +++ b/ksokoban/ModalLabel.cpp @@ -22,7 +22,7 @@ #include <tqlabel.h> #include <tqfont.h> #include <tdeapplication.h> -#include <kglobalsettings.h> +#include <tdeglobalsettings.h> #include <tqwidgetlist.h> #include <tqstring.h> |