summaryrefslogtreecommitdiffstats
path: root/kdecore/tests/kcalendartest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/tests/kcalendartest.cpp')
-rw-r--r--kdecore/tests/kcalendartest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/tests/kcalendartest.cpp b/kdecore/tests/kcalendartest.cpp
index 8b6e8eea4..51a40b892 100644
--- a/kdecore/tests/kcalendartest.cpp
+++ b/kdecore/tests/kcalendartest.cpp
@@ -67,7 +67,7 @@ int main(int argc, char **argv) {
option = args->getOption("date");
date = KGlobal::locale()->readDate(option);
} else
- date = TQDate::tqcurrentDate();
+ date = TQDate::currentDate();
args->clear(); // Free up some memory.