diff options
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; |