diff options
Diffstat (limited to 'src/profilenetworknatoptions.h')
| -rw-r--r-- | src/profilenetworknatoptions.h | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/src/profilenetworknatoptions.h b/src/profilenetworknatoptions.h index 95d86c4..6da153e 100644 --- a/src/profilenetworknatoptions.h +++ b/src/profilenetworknatoptions.h @@ -21,7 +21,7 @@  #define PROFILENETWORKNATOPTIONS_H  #include "profilenetworknatoptionsbase.h" -#include <qwidget.h> +#include <tqwidget.h>  /**  @author Christoph Thielecke @@ -29,8 +29,9 @@  class ProfileNetworkNatOptions : public ProfileNetworkNatOptionsBase  {  Q_OBJECT +  TQ_OBJECT  public: -	ProfileNetworkNatOptions(QWidget *parent); +	ProfileNetworkNatOptions(TQWidget *parent);  	~ProfileNetworkNatOptions();  	bool dialogModified; | 
