summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets/kmymoneylineedit.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:05:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:05:00 -0600
commit81ed92522a3cc6b80e9d790bd7a52b0eb4d412b9 (patch)
tree984088ab9d226a14ccfea73720e580c16884702f /kmymoney2/widgets/kmymoneylineedit.h
parentc70e40bd3f54a2c4d9ef57a36f19c996f4e00ed6 (diff)
downloadkmymoney-81ed92522a3cc6b80e9d790bd7a52b0eb4d412b9.tar.gz
kmymoney-81ed92522a3cc6b80e9d790bd7a52b0eb4d412b9.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'kmymoney2/widgets/kmymoneylineedit.h')
-rw-r--r--kmymoney2/widgets/kmymoneylineedit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/widgets/kmymoneylineedit.h b/kmymoney2/widgets/kmymoneylineedit.h
index 30d079e..f0331f6 100644
--- a/kmymoney2/widgets/kmymoneylineedit.h
+++ b/kmymoney2/widgets/kmymoneylineedit.h
@@ -51,7 +51,7 @@ public:
* @param w pointer to parent
* @param name pointer to name of object
* @param forceMonetaryDecimalSymbol if @a true, the numeric keypad comma key will have a fixed
- * value and does not follow the keyboard tqlayout (default: @p false)
+ * value and does not follow the keyboard layout (default: @p false)
* @param alignment Controls the alignment of the text. Default is TQt::AlignLeft | TQt::AlignVCenter.
* See TQt::AlignmentFlags for other possible values.
*/
@@ -91,7 +91,7 @@ protected:
* out the currently selected monetary decimal symbol instead of the
* key defined by the keymap.
*
- * Example: If you have set the keymap (keyboard tqlayout) as English, then
+ * Example: If you have set the keymap (keyboard layout) as English, then
* the numeric keypad will send a period but if you have set the keymap to
* be German, the same key will send a comma.
*
@@ -104,7 +104,7 @@ protected:
* out the currently selected monetary decimal symbol instead of the
* key defined by the keymap.
*
- * Example: If you have set the keymap (keyboard tqlayout) as English, then
+ * Example: If you have set the keymap (keyboard layout) as English, then
* the numeric keypad will send a period but if you have set the keymap to
* be German, the same key will send a comma.
*