summaryrefslogtreecommitdiffstats
path: root/kode/kwsdl/kung/dateinputfield.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kode/kwsdl/kung/dateinputfield.cpp')
-rw-r--r--kode/kwsdl/kung/dateinputfield.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/kwsdl/kung/dateinputfield.cpp b/kode/kwsdl/kung/dateinputfield.cpp
index b38d46b1..8d5c329c 100644
--- a/kode/kwsdl/kung/dateinputfield.cpp
+++ b/kode/kwsdl/kung/dateinputfield.cpp
@@ -25,7 +25,7 @@
DateInputField::DateInputField( const TQString &name, const Schema::SimpleType *type )
: SimpleInputField( name, type ),
- mValue( TQDate::currentDate() )
+ mValue( TQDate::tqcurrentDate() )
{
}