diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:50:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:50:55 -0600 |
commit | af4135d80dc6a4591d1890d5d6387f8b4a98d575 (patch) | |
tree | ce498670943197748b795dbf9210904f6b897360 /src/enterxauthinteractivepasscodedialog.cpp | |
parent | 4af2186993f7fe61626d1197106ed5f367a5b3fc (diff) | |
download | kvpnc-af4135d80dc6a4591d1890d5d6387f8b4a98d575.tar.gz kvpnc-af4135d80dc6a4591d1890d5d6387f8b4a98d575.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/enterxauthinteractivepasscodedialog.cpp')
-rw-r--r-- | src/enterxauthinteractivepasscodedialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/enterxauthinteractivepasscodedialog.cpp b/src/enterxauthinteractivepasscodedialog.cpp index 94771ad..ac9d732 100644 --- a/src/enterxauthinteractivepasscodedialog.cpp +++ b/src/enterxauthinteractivepasscodedialog.cpp @@ -20,8 +20,8 @@ #include "enterxauthinteractivepasscodedialog.h" #include <tqdialog.h> -#include <kmessagebox.h> -#include <klocale.h> +#include <tdemessagebox.h> +#include <tdelocale.h> #include <tqlineedit.h> #include <tqlabel.h> #include <tqdialog.h> |