From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- korganizer/koeditordetails.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'korganizer/koeditordetails.cpp') diff --git a/korganizer/koeditordetails.cpp b/korganizer/koeditordetails.cpp index adeb9bb00..ebc70200b 100644 --- a/korganizer/koeditordetails.cpp +++ b/korganizer/koeditordetails.cpp @@ -92,14 +92,14 @@ void CustomListViewItem::updateItem() } KOAttendeeListView::KOAttendeeListView ( TQWidget *parent, const char *name ) - : KListView(parent, name) + : TDEListView(parent, name) { setAcceptDrops( true ); setAllColumnsShowFocus( true ); setSorting( -1 ); } -/** 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. @@ -265,7 +265,7 @@ void KOEditorDetails::insertAttendee( Attendee *a, bool goodEmailAddress ) // lastItem() is O(n), but for n very small that should be fine AttendeeListItem *item = new AttendeeListItem( - a, mListView, static_cast( mListView->lastItem() ) ); + a, mListView, static_cast( mListView->lastItem() ) ); mListView->setSelected( item, true ); emit updateAttendeeSummary( mListView->childCount() ); } -- cgit v1.2.1