diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:50:55 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:50:55 -0600 |
commit | af4135d80dc6a4591d1890d5d6387f8b4a98d575 (patch) | |
tree | ce498670943197748b795dbf9210904f6b897360 /src/networkinterface.h | |
parent | 4af2186993f7fe61626d1197106ed5f367a5b3fc (diff) | |
download | kvpnc-af4135d80dc6a4591d1890d5d6387f8b4a98d575.tar.gz kvpnc-af4135d80dc6a4591d1890d5d6387f8b4a98d575.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/networkinterface.h')
-rw-r--r-- | src/networkinterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/networkinterface.h b/src/networkinterface.h index 1543af2..651e05e 100644 --- a/src/networkinterface.h +++ b/src/networkinterface.h @@ -25,7 +25,7 @@ #include <tqstringlist.h> #include <tqobject.h> #include <tqapplication.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <tqhttp.h> #include <tqstringlist.h> #include "kvpncconfig.h" |