From f537c21b68e08f649b1b297bce8f3904603137e0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:11:21 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kfind/kdatecombo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kfind/kdatecombo.h') diff --git a/kfind/kdatecombo.h b/kfind/kdatecombo.h index ab714a3ba..d1aa3ecdc 100644 --- a/kfind/kdatecombo.h +++ b/kfind/kdatecombo.h @@ -16,7 +16,7 @@ */ class KDatePicker; -class KPopupFrame; +class TDEPopupFrame; class KDateCombo : public TQComboBox { Q_OBJECT @@ -30,7 +30,7 @@ public: bool setDate(const TQDate & newDate); private: - KPopupFrame * popupFrame; + TDEPopupFrame * popupFrame; KDatePicker * datePicker; void initObject(const TQDate & date, TQWidget *parent, const char *name); -- cgit v1.2.3