summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets/kmymoneyedit.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:19:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:19:51 -0600
commit81acac93538aab69846ea09084083a3990f8b844 (patch)
treeccbd5bc3d4b096ad3f92dfd151a4b1247d859848 /kmymoney2/widgets/kmymoneyedit.cpp
parent3b321eec6cb02e221def80b6e708e3f7483c62df (diff)
downloadkmymoney-81acac93538aab69846ea09084083a3990f8b844.tar.gz
kmymoney-81acac93538aab69846ea09084083a3990f8b844.zip
Additional kde to tde renaming
Diffstat (limited to 'kmymoney2/widgets/kmymoneyedit.cpp')
-rw-r--r--kmymoney2/widgets/kmymoneyedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/widgets/kmymoneyedit.cpp b/kmymoney2/widgets/kmymoneyedit.cpp
index b9e3ace..2cbb6b3 100644
--- a/kmymoney2/widgets/kmymoneyedit.cpp
+++ b/kmymoney2/widgets/kmymoneyedit.cpp
@@ -54,7 +54,7 @@ kMyMoneyMoneyValidator::kMyMoneyMoneyValidator( double bottom, double top, int d
}
/*
- * The code of the following function is taken from kdeui/knumvalidator.cpp
+ * The code of the following function is taken from tdeui/knumvalidator.cpp
* and adjusted to always use the monetary symbols defined in the KDE control center
*/
TQValidator::State kMyMoneyMoneyValidator::validate( TQString & input, int & _p ) const