diff options
Diffstat (limited to 'kmymoney2/widgets/kmymoneyedit.cpp')
-rw-r--r-- | kmymoney2/widgets/kmymoneyedit.cpp | 2 |
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 |