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 /kolf/objects | |
parent | 8a9553c17f4228afc6e0642c259a83d8dd37027d (diff) | |
download | tdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.tar.gz tdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kolf/objects')
-rw-r--r-- | kolf/objects/poolball/poolball.cpp | 2 | ||||
-rw-r--r-- | kolf/objects/test/test.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kolf/objects/poolball/poolball.cpp b/kolf/objects/poolball/poolball.cpp index 147c8e1e..58e62deb 100644 --- a/kolf/objects/poolball/poolball.cpp +++ b/kolf/objects/poolball/poolball.cpp @@ -5,7 +5,7 @@ #include <tqlayout.h> #include <tqpainter.h> -#include <klocale.h> +#include <tdelocale.h> #include <klibloader.h> #include <tdeapplication.h> #include <kdebug.h> diff --git a/kolf/objects/test/test.cpp b/kolf/objects/test/test.cpp index 7e0fe011..45124f9c 100644 --- a/kolf/objects/test/test.cpp +++ b/kolf/objects/test/test.cpp @@ -5,7 +5,7 @@ #include <tqlayout.h> #include <tqslider.h> -#include <klocale.h> +#include <tdelocale.h> #include <klibloader.h> #include <tdeapplication.h> #include <kdebug.h> |