diff options
Diffstat (limited to 'src/firewallsproxies.ui.h')
-rw-r--r-- | src/firewallsproxies.ui.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/firewallsproxies.ui.h b/src/firewallsproxies.ui.h index f9ce6a5..77f5ff8 100644 --- a/src/firewallsproxies.ui.h +++ b/src/firewallsproxies.ui.h @@ -19,20 +19,20 @@ ***************************************************************************/ #include "torkconfig.h" -#include <klocale.h> +#include <tdelocale.h> #include <ntqtooltip.h> #include <ntqpopupmenu.h> #include <kdebug.h> -#include <khtml_part.h> +#include <tdehtml_part.h> #include <dom/html_misc.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> -KHTMLPart *filelist; +TDEHTMLPart *filelist; void FirewallsProxies::init() { - filelist = new KHTMLPart(); + filelist = new TDEHTMLPart(); TQStringList existingMaps = TorkConfig::reachableAddresses(); TQListViewItem *tm; |