summaryrefslogtreecommitdiffstats
path: root/tdeprint
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-17 17:59:37 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-17 17:59:37 -0600
commitaa2e33341bfddf87263cf3bf87061b56d7b2fe87 (patch)
treeb65abea99d1f924ffab089f2680e32b4b529990b /tdeprint
parent0ab13832d906700dee2fedf3a88a542cc6cf7ddf (diff)
downloadtdebase-aa2e33341bfddf87263cf3bf87061b56d7b2fe87.tar.gz
tdebase-aa2e33341bfddf87263cf3bf87061b56d7b2fe87.zip
Add Help buttons to kcontrol module dialogs in support of bug report 1889.
Diffstat (limited to 'tdeprint')
-rw-r--r--tdeprint/printmgr/kcmprintmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/printmgr/kcmprintmgr.cpp b/tdeprint/printmgr/kcmprintmgr.cpp
index 75fc42742..27629ed26 100644
--- a/tdeprint/printmgr/kcmprintmgr.cpp
+++ b/tdeprint/printmgr/kcmprintmgr.cpp
@@ -33,7 +33,7 @@ K_EXPORT_COMPONENT_FACTORY( kcm_printmgr, KPrintMgrFactory("kcmprintmgr") )
KCMPrintMgr::KCMPrintMgr(TQWidget *parent, const char *name, const TQStringList &)
: TDECModule(KPrintMgrFactory::instance(),parent,name)
{
- setButtons(TDECModule::Ok);
+ setButtons(TDECModule::Default|TDECModule::Help);
setRootOnlyMsg( i18n(
"Print management as normal user\n"
"Some print management operations may need administrator privileges. Use the\n"