diff options
Diffstat (limited to 'src/profilecmdexecbeforeconnectoptions.h')
-rw-r--r-- | src/profilecmdexecbeforeconnectoptions.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/profilecmdexecbeforeconnectoptions.h b/src/profilecmdexecbeforeconnectoptions.h index 5515322..5d17245 100644 --- a/src/profilecmdexecbeforeconnectoptions.h +++ b/src/profilecmdexecbeforeconnectoptions.h @@ -21,7 +21,7 @@ #define PROFILECMDEXECBEFORECONNECTOPTIONS_H #include "profilecmdexecbeforeconnectoptionsbase.h" -#include <qwidget.h> +#include <tqwidget.h> /** @author Christoph Thielecke @@ -29,8 +29,9 @@ class ProfileCmdExecBeforeConnectOptions : public ProfileCmdExecBeforeConnectOptionsBase { Q_OBJECT + TQ_OBJECT public: - ProfileCmdExecBeforeConnectOptions(QWidget *parent); + ProfileCmdExecBeforeConnectOptions(TQWidget *parent); ~ProfileCmdExecBeforeConnectOptions(); bool dialogModified; |