summaryrefslogtreecommitdiffstats
path: root/kfind/kdatecombo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfind/kdatecombo.cpp')
-rw-r--r--kfind/kdatecombo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfind/kdatecombo.cpp b/kfind/kdatecombo.cpp
index b901b0f0d..d27ea7a3b 100644
--- a/kfind/kdatecombo.cpp
+++ b/kfind/kdatecombo.cpp
@@ -30,7 +30,7 @@ KDateCombo::KDateCombo(const TQDate & date, TQWidget *parent, const char *name)
void KDateCombo::initObject(const TQDate & date, TQWidget *, const char *)
{
clearValidator();
- popupFrame = new KPopupFrame(this, "popupFrame");
+ popupFrame = new TDEPopupFrame(this, "popupFrame");
popupFrame->installEventFilter(this);
datePicker = new KDatePicker(popupFrame, date, "datePicker");
datePicker->setMinimumSize(datePicker->sizeHint());