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