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