summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/configdialog.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-19 19:14:07 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-19 19:14:07 -0600
commit8c53d9f3c3136e9840d90303b0e39e8a2e69cc7a (patch)
treed2908847ece48f073389801ec53a37a16e7c54ae /kftpgrabber/src/widgets/configdialog.cpp
parent8f21f464efbe8ecd8d33b200484071351bae6d68 (diff)
downloadkftpgrabber-8c53d9f3c3136e9840d90303b0e39e8a2e69cc7a.tar.gz
kftpgrabber-8c53d9f3c3136e9840d90303b0e39e8a2e69cc7a.zip
Add help handbook, DocPath, enable configuration Help button.
Diffstat (limited to 'kftpgrabber/src/widgets/configdialog.cpp')
-rw-r--r--kftpgrabber/src/widgets/configdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/widgets/configdialog.cpp b/kftpgrabber/src/widgets/configdialog.cpp
index a0f748b..cc4452f 100644
--- a/kftpgrabber/src/widgets/configdialog.cpp
+++ b/kftpgrabber/src/widgets/configdialog.cpp
@@ -63,7 +63,7 @@
namespace KFTPWidgets {
ConfigDialog::ConfigDialog(TQWidget *parent, const char *name)
- : TDEConfigDialog(parent, name, KFTPCore::Config::self(), KDialogBase::TreeList, Ok|Apply|Cancel, Ok, true)
+ : TDEConfigDialog(parent, name, KFTPCore::Config::self(), KDialogBase::TreeList, Help|Ok|Apply|Cancel, Ok, true)
{
// Add all standard pages
addPage(new GeneralSettings(0, "General"), i18n("General"), "kfm");