diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:56:09 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:56:09 -0600 |
commit | 5d9cfd6445320359a5695938285767010142df54 (patch) | |
tree | 271da9cc59c867fab671ba98ede2943ae1ec1842 /src/importopenvpnprofiledialog.cpp | |
parent | 7db1efb556d99f5c7640f9ca3df0e3aea917e04e (diff) | |
download | kvpnc-5d9cfd6445320359a5695938285767010142df54.tar.gz kvpnc-5d9cfd6445320359a5695938285767010142df54.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/importopenvpnprofiledialog.cpp')
-rw-r--r-- | src/importopenvpnprofiledialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/importopenvpnprofiledialog.cpp b/src/importopenvpnprofiledialog.cpp index 04bcefa..d4264ba 100644 --- a/src/importopenvpnprofiledialog.cpp +++ b/src/importopenvpnprofiledialog.cpp @@ -23,10 +23,10 @@ ***************************************************************************/ //BEGIN INCLUDES #include <kmessagebox.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <ktempfile.h> #include <klocale.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdialogbase.h> #include <kcombobox.h> #include <kurlrequester.h> |