diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:56:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:56:40 -0600 |
commit | 4565bfb4e2e9acc5f67603e3de8720b4cd3c9a7e (patch) | |
tree | 8bdb18e6838f1eb1357e22b6e50b2948d33868a6 /kpercentage | |
parent | d5f01dcc48ac3af828089b8810ef30a245e0346b (diff) | |
download | tdeedu-4565bfb4e2e9acc5f67603e3de8720b4cd3c9a7e.tar.gz tdeedu-4565bfb4e2e9acc5f67603e3de8720b4cd3c9a7e.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kpercentage')
-rw-r--r-- | kpercentage/kpercentage/kanswer.cpp | 2 | ||||
-rw-r--r-- | kpercentage/kpercentage/kpercentage.cpp | 4 | ||||
-rw-r--r-- | kpercentage/kpercentage/kpercentmain.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/kpercentage/kpercentage/kanswer.cpp b/kpercentage/kpercentage/kanswer.cpp index 538af052..4177cbe9 100644 --- a/kpercentage/kpercentage/kanswer.cpp +++ b/kpercentage/kpercentage/kanswer.cpp @@ -31,7 +31,7 @@ // KDE includes #include <kdebug.h> #include <kiconloader.h> -#include <klocale.h> +#include <tdelocale.h> #include <kpushbutton.h> #include <kstandarddirs.h> #include <kstdguiitem.h> diff --git a/kpercentage/kpercentage/kpercentage.cpp b/kpercentage/kpercentage/kpercentage.cpp index d8cd5b21..1ca0419c 100644 --- a/kpercentage/kpercentage/kpercentage.cpp +++ b/kpercentage/kpercentage/kpercentage.cpp @@ -31,8 +31,8 @@ // KDE includes #include <khelpmenu.h> #include <kiconloader.h> -#include <klocale.h> -#include <kmessagebox.h> +#include <tdelocale.h> +#include <tdemessagebox.h> #include <kpushbutton.h> #include <kstandarddirs.h> diff --git a/kpercentage/kpercentage/kpercentmain.cpp b/kpercentage/kpercentage/kpercentmain.cpp index 11018c3e..2c71fb1a 100644 --- a/kpercentage/kpercentage/kpercentmain.cpp +++ b/kpercentage/kpercentage/kpercentmain.cpp @@ -32,7 +32,7 @@ // KDE includes #include <kiconloader.h> -#include <klocale.h> +#include <tdelocale.h> #include <kstandarddirs.h> #include <kstdguiitem.h> #include <knumvalidator.h> |