summaryrefslogtreecommitdiffstats
path: root/src/importopenvpnprofiledialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:50:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:50:55 -0600
commitaf4135d80dc6a4591d1890d5d6387f8b4a98d575 (patch)
treece498670943197748b795dbf9210904f6b897360 /src/importopenvpnprofiledialog.cpp
parent4af2186993f7fe61626d1197106ed5f367a5b3fc (diff)
downloadkvpnc-af4135d80dc6a4591d1890d5d6387f8b4a98d575.tar.gz
kvpnc-af4135d80dc6a4591d1890d5d6387f8b4a98d575.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/importopenvpnprofiledialog.cpp')
-rw-r--r--src/importopenvpnprofiledialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/importopenvpnprofiledialog.cpp b/src/importopenvpnprofiledialog.cpp
index d4264ba..29a759d 100644
--- a/src/importopenvpnprofiledialog.cpp
+++ b/src/importopenvpnprofiledialog.cpp
@@ -22,10 +22,10 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
//BEGIN INCLUDES
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <tdeio/netaccess.h>
-#include <ktempfile.h>
-#include <klocale.h>
+#include <tdetempfile.h>
+#include <tdelocale.h>
#include <tdeconfig.h>
#include <kdialogbase.h>
#include <kcombobox.h>