diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-06-05 16:51:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-06-05 16:51:27 +0900 |
commit | 9ce89177d3d30a26a4bb5778b007ff73846e510e (patch) | |
tree | 35bac861ce9c8daeba0987e6efea88d5799e42c8 /ksim/ksimpref.cpp | |
parent | 2bb241ccc1ad8d095c9bf20718c0d7f837709cb7 (diff) | |
download | tdeutils-9ce89177d3d30a26a4bb5778b007ff73846e510e.tar.gz tdeutils-9ce89177d3d30a26a4bb5778b007ff73846e510e.zip |
Fixed KSim configuration dialog help button functionality. This resolves bug 1866.
Diffstat (limited to 'ksim/ksimpref.cpp')
-rw-r--r-- | ksim/ksimpref.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ksim/ksimpref.cpp b/ksim/ksimpref.cpp index 871f3b0..52fe424 100644 --- a/ksim/ksimpref.cpp +++ b/ksim/ksimpref.cpp @@ -44,6 +44,7 @@ KSim::ConfigDialog::ConfigDialog(KSim::Config *config, resize(466, 363); setShowIconsInTreeList(true); setRootIsDecorated(false); + setHelp(TQString::null, "ksim"); m_config = config; |