From 8858fc1159edf35efa400315c11c095008536802 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 14 Nov 2014 22:29:12 +0900 Subject: Fixed help handbook sections for Regional & Accessibility. This relates to bug 1850. --- kcontrol/access/kcmaccess.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kcontrol/access/kcmaccess.h') diff --git a/kcontrol/access/kcmaccess.h b/kcontrol/access/kcmaccess.h index 14a441a59..4eb8af45d 100644 --- a/kcontrol/access/kcmaccess.h +++ b/kcontrol/access/kcmaccess.h @@ -70,6 +70,7 @@ public: void load(bool useDefaults); void save(); void defaults(); + virtual TQString handbookSection() const; protected slots: @@ -83,6 +84,7 @@ protected slots: private: + TQTabWidget* tabWidget; TQCheckBox *systemBell, *customBell, *visibleBell; TQRadioButton *invertScreen, *flashScreen; TQLabel *soundLabel, *colorLabel; -- cgit v1.2.1