diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-06 14:15:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-06 14:15:01 -0600 |
commit | 1b89319fd93b88313cab40f1e9de24c067b04efb (patch) | |
tree | 80132996de993c3dcab4040864d7729842875b2d /src/profilenetworkhttpproxyoptions.cpp | |
parent | d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (diff) | |
download | kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.tar.gz kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.zip |
Initial TQt conversion
Diffstat (limited to 'src/profilenetworkhttpproxyoptions.cpp')
-rw-r--r-- | src/profilenetworkhttpproxyoptions.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profilenetworkhttpproxyoptions.cpp b/src/profilenetworkhttpproxyoptions.cpp index ec8c331..664f631 100644 --- a/src/profilenetworkhttpproxyoptions.cpp +++ b/src/profilenetworkhttpproxyoptions.cpp @@ -18,18 +18,18 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ #include "profilenetworkhttpproxyoptions.h" -#include <qcheckbox.h> -#include <qspinbox.h> +#include <tqcheckbox.h> +#include <tqspinbox.h> #include <kcombobox.h> #include <kurlrequester.h> -#include <qlabel.h> +#include <tqlabel.h> #include <knuminput.h> #include <kpassdlg.h> #include "widgetnotifyhelper.h" #include <iostream> -ProfileNetworkHttpProxyOptions::ProfileNetworkHttpProxyOptions(QWidget *parent) +ProfileNetworkHttpProxyOptions::ProfileNetworkHttpProxyOptions(TQWidget *parent) : ProfileNetworkHttpProxyOptionsBase(parent) { WidgetNotifyHelper h; |