summaryrefslogtreecommitdiffstats
path: root/libkcddb/kcmcddb/kcmcddb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcddb/kcmcddb/kcmcddb.cpp')
-rw-r--r--libkcddb/kcmcddb/kcmcddb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcddb/kcmcddb/kcmcddb.cpp b/libkcddb/kcmcddb/kcmcddb.cpp
index cda14763..8dc35a3e 100644
--- a/libkcddb/kcmcddb/kcmcddb.cpp
+++ b/libkcddb/kcmcddb/kcmcddb.cpp
@@ -49,7 +49,7 @@ CDDBModule::CDDBModule(TQWidget *parent, const char *name, const TQStringList &)
: TDECModule(parent, name)
{
TDEGlobal::locale()->insertCatalogue("libkcddb");
- setButtons(Default | Apply);
+ setButtons(Default | Apply | Help);
widget_ = new CDDBConfigWidget(this);