diff options
Diffstat (limited to 'libkcddb/kcmcddb/kcmcddb.h')
-rw-r--r-- | libkcddb/kcmcddb/kcmcddb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libkcddb/kcmcddb/kcmcddb.h b/libkcddb/kcmcddb/kcmcddb.h index 3bdb98c8..3f983d82 100644 --- a/libkcddb/kcmcddb/kcmcddb.h +++ b/libkcddb/kcmcddb/kcmcddb.h @@ -41,7 +41,8 @@ class CDDBModule : public TDECModule void defaults(); void save(); void load(); - + virtual TQString handbookSection() const; + protected: void checkSettings() const; |