diff options
Diffstat (limited to 'kompare/libdialogpages/viewsettings.h')
-rw-r--r-- | kompare/libdialogpages/viewsettings.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kompare/libdialogpages/viewsettings.h b/kompare/libdialogpages/viewsettings.h index 24bf8e9a..c7a2cfd5 100644 --- a/kompare/libdialogpages/viewsettings.h +++ b/kompare/libdialogpages/viewsettings.h @@ -29,13 +29,14 @@ class ViewSettings : public SettingsBase { Q_OBJECT + TQ_OBJECT public: static const TQColor default_removeColor; static const TQColor default_changeColor; static const TQColor default_addColor; static const TQColor default_appliedColor; - ViewSettings( TQWidget* parent ); + ViewSettings( TQWidget* tqparent ); ~ViewSettings(); public: // some virtual functions that will be overloaded from the base class |