summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/TDECModule.java
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-05-05 01:00:20 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-05-05 01:00:20 -0500
commitfb4b5d2a5588b69291656872f912eb022b7a03a2 (patch)
tree14904a5729905ba598f37f7273fb4a62004d3024 /kdejava/koala/org/kde/koala/TDECModule.java
parent8aa20fb7fcfdfa8f57f1e76fb1bba346b65a1eb7 (diff)
downloadtdebindings-fb4b5d2a5588b69291656872f912eb022b7a03a2.tar.gz
tdebindings-fb4b5d2a5588b69291656872f912eb022b7a03a2.zip
Fix inadvertent renaming and typos.
Diffstat (limited to 'kdejava/koala/org/kde/koala/TDECModule.java')
-rw-r--r--kdejava/koala/org/kde/koala/TDECModule.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/kdejava/koala/org/kde/koala/TDECModule.java b/kdejava/koala/org/kde/koala/TDECModule.java
index b82a54e7..ac6f57dc 100644
--- a/kdejava/koala/org/kde/koala/TDECModule.java
+++ b/kdejava/koala/org/kde/koala/TDECModule.java
@@ -143,12 +143,12 @@ public class TDECModule extends TQWidget {
*/
public native void sysdefaults();
/**
- Return a tquick-help text.
+ Return a quick-help text.
This method is called when the module is docked.
- The tquick-help text should contain a short description of the module and
+ The quick-help text should contain a short description of the module and
links to the module's help files. You can use TQML formatting tags in the text.
- @note make sure the tquick help text gets translated (use i18n()).
- @short Return a tquick-help text.
+ @note make sure the quick help text gets translated (use i18n()).
+ @short Return a quick-help text.
*/
public native String quickHelp();
/**
@@ -212,8 +212,8 @@ public class TDECModule extends TQWidget {
*/
// TDEConfigDialogManager* addConfig(TDEConfigSkeleton* arg1,TQWidget* arg2); >>>> NOT CONVERTED
/**
- Sets the tquick help.
- @short Sets the tquick help.
+ Sets the quick help.
+ @short Sets the quick help.
*/
protected native void setQuickHelp(String help);
/**