From 1b89319fd93b88313cab40f1e9de24c067b04efb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 6 Dec 2011 14:15:01 -0600 Subject: Initial TQt conversion --- src/profilegeneraloptions.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/profilegeneraloptions.cpp') 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 -#include -#include +#include +#include #include #include #include @@ -28,7 +28,7 @@ #include "widgetnotifyhelper.h" #include -ProfileGeneralOptions::ProfileGeneralOptions(QWidget *parent, KVpncConfig *GlobalConfig) : ProfileGeneralOptionsBase(parent) +ProfileGeneralOptions::ProfileGeneralOptions(TQWidget *parent, KVpncConfig *GlobalConfig) : ProfileGeneralOptionsBase(parent) { this->GlobalConfig = GlobalConfig; WidgetNotifyHelper h; -- cgit v1.2.1