diff options
Diffstat (limited to 'ksysv/ksvlookandfeel.h')
-rw-r--r-- | ksysv/ksvlookandfeel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysv/ksvlookandfeel.h b/ksysv/ksvlookandfeel.h index 009c4a6..0b58d01 100644 --- a/ksysv/ksvlookandfeel.h +++ b/ksysv/ksvlookandfeel.h @@ -15,7 +15,7 @@ class KSVLookAndFeel : public LookAndFeel TQ_OBJECT public: - KSVLookAndFeel( TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 ); + KSVLookAndFeel( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~KSVLookAndFeel(); inline const TQFont& serviceFont() const { return mServiceFont; } |