diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:47:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:47:20 -0600 |
commit | 3b0a765c47e6508ccb7eaa292f94c7c622bd8f9e (patch) | |
tree | c37b5b17a2e03a42e128e27864db6ea2bf6a77de /src/knutrwvar.cpp | |
parent | c2f0acf91e008293485869d28506042978a5ab7c (diff) | |
download | knutclient-3b0a765c47e6508ccb7eaa292f94c7c622bd8f9e.tar.gz knutclient-3b0a765c47e6508ccb7eaa292f94c7c622bd8f9e.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/knutrwvar.cpp')
-rwxr-xr-x | src/knutrwvar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/knutrwvar.cpp b/src/knutrwvar.cpp index 7cc6659..ee5dda2 100755 --- a/src/knutrwvar.cpp +++ b/src/knutrwvar.cpp @@ -24,8 +24,8 @@ //#include <tdeapplication.h> #include <kapp.h> #include <kcombobox.h> -#include <kmessagebox.h> -#include <klocale.h> +#include <tdemessagebox.h> +#include <tdelocale.h> #include <tqframe.h> |