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/utils.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/utils.cpp')
-rw-r--r-- | src/utils.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.cpp b/src/utils.cpp index a5d1c46..e029ede 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -25,7 +25,7 @@ #include <tqfile.h> #include <tqprocess.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> #include <ksimpleconfig.h> #include <tqdir.h> #include <kstddirs.h> @@ -34,7 +34,7 @@ #include <netdb.h> // name resolving #include <arpa/inet.h> #include <tqregexp.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> //END INCLUDES |