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