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/profilenetworkrouteoptions.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/profilenetworkrouteoptions.cpp')
-rw-r--r-- | src/profilenetworkrouteoptions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profilenetworkrouteoptions.cpp b/src/profilenetworkrouteoptions.cpp index 519831c..31ff501 100644 --- a/src/profilenetworkrouteoptions.cpp +++ b/src/profilenetworkrouteoptions.cpp @@ -24,10 +24,10 @@ #include <tdelistview.h> #include <tqpushbutton.h> #include <kpushbutton.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kcombobox.h> #include <tqstring.h> -#include <klocale.h> +#include <tdelocale.h> #include <iostream> |