summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-05-19 21:45:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-05-19 21:45:25 +0900
commit893ef72c0f731b6d136cc6a1ca79bb4d7ab6799b (patch)
tree1e2557e076700e087e9ef27b9068496d504a6589
parent7b9e7842a8f71791b3dab5c0458dab7885f563be (diff)
downloadkpilot-893ef72c.tar.gz
kpilot-893ef72c.zip
Fixed help button functionality in KPalmdoc dialog. This resolves bug 1872.
-rw-r--r--conduits/docconduit/kpalmdoc_dlg.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/conduits/docconduit/kpalmdoc_dlg.cc b/conduits/docconduit/kpalmdoc_dlg.cc
index 45fc3f1..fe2ec89 100644
--- a/conduits/docconduit/kpalmdoc_dlg.cc
+++ b/conduits/docconduit/kpalmdoc_dlg.cc
@@ -66,6 +66,8 @@ ConverterDlg::ConverterDlg( TQWidget *parent, const TQString& caption)
dlg->fEncoding->insertItem(*it);
}
+ setHelp("conduit-palmdoc", "kpilot/config-conduits.html");
+
readSettings();
connect(dlg->fDirectories, TQT_SIGNAL(toggled(bool)),