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/profilenetworkgeneraloptions.cpp | |
parent | d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (diff) | |
download | kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.tar.gz kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.zip |
Initial TQt conversion
Diffstat (limited to 'src/profilenetworkgeneraloptions.cpp')
-rw-r--r-- | src/profilenetworkgeneraloptions.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/profilenetworkgeneraloptions.cpp b/src/profilenetworkgeneraloptions.cpp index e875021..1a3a84e 100644 --- a/src/profilenetworkgeneraloptions.cpp +++ b/src/profilenetworkgeneraloptions.cpp @@ -19,17 +19,17 @@ ***************************************************************************/ #include "profilenetworkgeneraloptions.h" -#include <qcheckbox.h> -#include <qspinbox.h> -#include <qgroupbox.h> +#include <tqcheckbox.h> +#include <tqspinbox.h> +#include <tqgroupbox.h> #include <knuminput.h> #include <klineedit.h> -#include <qlabel.h> +#include <tqlabel.h> #include "widgetnotifyhelper.h" #include <iostream> -ProfileNetworkGeneralOptions::ProfileNetworkGeneralOptions(QWidget *parent) : ProfileNetworkGeneralOptionsBase(parent) +ProfileNetworkGeneralOptions::ProfileNetworkGeneralOptions(TQWidget *parent) : ProfileNetworkGeneralOptionsBase(parent) { useConnectionStatusCheckToggled(UseConnectionStatusCheckCheckBox->isChecked()); WidgetNotifyHelper h; |