diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:44:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:44:01 -0600 |
commit | 41589ff912ef92cc28f3168a3e962deb677334fe (patch) | |
tree | afb226721e64926da2c25b30836d082eba32546a /src/kgpgme.cpp | |
parent | 06ab7fb3b7ec008a5fe3364a0430159900ff6553 (diff) | |
download | basket-41589ff912ef92cc28f3168a3e962deb677334fe.tar.gz basket-41589ff912ef92cc28f3168a3e962deb677334fe.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/kgpgme.cpp')
-rw-r--r-- | src/kgpgme.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kgpgme.cpp b/src/kgpgme.cpp index cef755a..18a5e01 100644 --- a/src/kgpgme.cpp +++ b/src/kgpgme.cpp @@ -23,7 +23,7 @@ #ifdef HAVE_LIBGPGME #include <tdeapplication.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kpassdlg.h> #include <kiconloader.h> #include <tdelistview.h> @@ -31,7 +31,7 @@ #include <tqcheckbox.h> #include <tqlayout.h> #include <tqlabel.h> -#include <klocale.h> +#include <tdelocale.h> #include <locale.h> #include <errno.h> #include <stdlib.h> |