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/profileopenvpnoptions.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/profileopenvpnoptions.h') diff --git a/src/profileopenvpnoptions.h b/src/profileopenvpnoptions.h index 69f2c5d..95e7b24 100644 --- a/src/profileopenvpnoptions.h +++ b/src/profileopenvpnoptions.h @@ -21,7 +21,7 @@ #define PROFILEOPENVPNOPTIONS_H #include "profileopenvpnoptionsbase.h" -#include +#include /** @author Christoph Thielecke @@ -29,8 +29,9 @@ class ProfileOpenvpnOptions : public ProfileOpenvpnOptionsBase { Q_OBJECT + TQ_OBJECT public: - ProfileOpenvpnOptions(QWidget *parent); + ProfileOpenvpnOptions(TQWidget *parent); ~ProfileOpenvpnOptions(); bool dialogModified; -- cgit v1.2.3