summaryrefslogtreecommitdiffstats
path: root/kicker/applets/clock/datepicker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/applets/clock/datepicker.cpp')
-rw-r--r--kicker/applets/clock/datepicker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/applets/clock/datepicker.cpp b/kicker/applets/clock/datepicker.cpp
index d6165306e..99b9fe33e 100644
--- a/kicker/applets/clock/datepicker.cpp
+++ b/kicker/applets/clock/datepicker.cpp
@@ -69,7 +69,7 @@ void DatePicker::keyPressEvent(TQKeyEvent *e)
{
TQVBox::keyPressEvent(e);
- if (e->key() == Qt::Key_Escape)
+ if (e->key() == TQt::Key_Escape)
{
close();
}