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/profilecmdexecbeforeconnectoptions.cpp | |
parent | d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (diff) | |
download | kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.tar.gz kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.zip |
Initial TQt conversion
Diffstat (limited to 'src/profilecmdexecbeforeconnectoptions.cpp')
-rw-r--r-- | src/profilecmdexecbeforeconnectoptions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profilecmdexecbeforeconnectoptions.cpp b/src/profilecmdexecbeforeconnectoptions.cpp index 44a7da7..aaf4277 100644 --- a/src/profilecmdexecbeforeconnectoptions.cpp +++ b/src/profilecmdexecbeforeconnectoptions.cpp @@ -19,12 +19,12 @@ ***************************************************************************/ #include "profilecmdexecbeforeconnectoptions.h" -#include <qcheckbox.h> +#include <tqcheckbox.h> #include <ktextedit.h> #include "widgetnotifyhelper.h" #include <iostream> -ProfileCmdExecBeforeConnectOptions::ProfileCmdExecBeforeConnectOptions(QWidget *parent) +ProfileCmdExecBeforeConnectOptions::ProfileCmdExecBeforeConnectOptions(TQWidget *parent) : ProfileCmdExecBeforeConnectOptionsBase(parent) { WidgetNotifyHelper h; |