diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-27 17:13:06 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-27 18:48:47 +0200 |
commit | a915aa74dc1acdd12de97f9d95a848b3b2a17abb (patch) | |
tree | f65d926875557195c5f6dd840a517e195eeda20e /src/firewallsproxies.ui.h | |
parent | 7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931 (diff) | |
download | tork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.tar.gz tork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.zip |
Initial TDE conversion
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; |