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/profilegeneraloptions.cpp | |
parent | d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (diff) | |
download | kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.tar.gz kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.zip |
Initial TQt conversion
Diffstat (limited to 'src/profilegeneraloptions.cpp')
-rw-r--r-- | src/profilegeneraloptions.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/profilegeneraloptions.cpp b/src/profilegeneraloptions.cpp index be04000..f535af3 100644 --- a/src/profilegeneraloptions.cpp +++ b/src/profilegeneraloptions.cpp @@ -19,8 +19,8 @@ ***************************************************************************/ #include "profilegeneraloptions.h" #include <klocale.h> -#include <qcheckbox.h> -#include <qspinbox.h> +#include <tqcheckbox.h> +#include <tqspinbox.h> #include <klineedit.h> #include <kcombobox.h> #include <knuminput.h> @@ -28,7 +28,7 @@ #include "widgetnotifyhelper.h" #include <iostream> -ProfileGeneralOptions::ProfileGeneralOptions(QWidget *parent, KVpncConfig *GlobalConfig) : ProfileGeneralOptionsBase(parent) +ProfileGeneralOptions::ProfileGeneralOptions(TQWidget *parent, KVpncConfig *GlobalConfig) : ProfileGeneralOptionsBase(parent) { this->GlobalConfig = GlobalConfig; WidgetNotifyHelper h; |