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