summaryrefslogtreecommitdiffstats
path: root/src/profilenetworkhttpproxyoptions.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-06 14:15:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-06 14:15:01 -0600
commit1b89319fd93b88313cab40f1e9de24c067b04efb (patch)
tree80132996de993c3dcab4040864d7729842875b2d /src/profilenetworkhttpproxyoptions.cpp
parentd08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (diff)
downloadkvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.tar.gz
kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.zip
Initial TQt conversion
Diffstat (limited to 'src/profilenetworkhttpproxyoptions.cpp')
-rw-r--r--src/profilenetworkhttpproxyoptions.cpp8
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;