diff options
Diffstat (limited to 'korganizer/koeditordetails.h')
-rw-r--r-- | korganizer/koeditordetails.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/koeditordetails.h b/korganizer/koeditordetails.h index 10d61e213..bb4f7b109 100644 --- a/korganizer/koeditordetails.h +++ b/korganizer/koeditordetails.h @@ -52,12 +52,12 @@ class AddresseeLineEdit; typedef CustomListViewItem<KCal::Attendee *> AttendeeListItem; -/** KOAttendeeListView is a child class of KListView which supports +/** KOAttendeeListView is a child class of TDEListView which supports * dropping of attendees (e.g. from kaddressbook) onto it. If an attendeee * was dropped, the signal dropped(Attendee*) is emitted. Valid drop classes * are KVCardDrag and TQTextDrag. */ -class KOAttendeeListView : public KListView +class KOAttendeeListView : public TDEListView { Q_OBJECT @@ -117,7 +117,7 @@ class KOEditorDetails : public KOAttendeeEditor private: bool mDisableItemUpdate; - KListView *mListView; + TDEListView *mListView; // KOEditorFreeBusy *mFreeBusy; }; |