diff options
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; | 
