diff options
author | Timothy Pearson <[email protected]> | 2011-12-06 14:15:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-06 14:15:01 -0600 |
commit | 1b89319fd93b88313cab40f1e9de24c067b04efb (patch) | |
tree | 80132996de993c3dcab4040864d7729842875b2d /src/profilenetworkvirtualipoptions.h | |
parent | d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (diff) | |
download | kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.tar.gz kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.zip |
Initial TQt conversion
Diffstat (limited to 'src/profilenetworkvirtualipoptions.h')
-rw-r--r-- | src/profilenetworkvirtualipoptions.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/profilenetworkvirtualipoptions.h b/src/profilenetworkvirtualipoptions.h index ffbb2b9..1c729a6 100644 --- a/src/profilenetworkvirtualipoptions.h +++ b/src/profilenetworkvirtualipoptions.h @@ -21,15 +21,16 @@ #define PROFILENETWORKVIRTUALIPOPTIONS_H #include "profilenetworkvirtualipoptionsbase.h" -#include <qwidget.h> +#include <tqwidget.h> /** @author Christoph Thielecke */ class ProfileNetworkVirtualIpOptions : public ProfileNetworkVirtualIpOptionsBase { Q_OBJECT + TQ_OBJECT public: - ProfileNetworkVirtualIpOptions(QWidget *parent); + ProfileNetworkVirtualIpOptions(TQWidget *parent); ~ProfileNetworkVirtualIpOptions(); bool dialogModified; |