summaryrefslogtreecommitdiffstats
path: root/konqueror/listview
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror/listview')
-rw-r--r--konqueror/listview/konq_listviewwidget.cc2
-rw-r--r--konqueror/listview/konq_listviewwidget.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/konqueror/listview/konq_listviewwidget.cc b/konqueror/listview/konq_listviewwidget.cc
index 8f86fa0fb..d07edcbd6 100644
--- a/konqueror/listview/konq_listviewwidget.cc
+++ b/konqueror/listview/konq_listviewwidget.cc
@@ -1282,7 +1282,7 @@ void KonqBaseListViewWidget::slotNewItems( const KFileItemList & entries )
void KonqBaseListViewWidget::slotDeleteItem( KFileItem * _fileitem )
{
// new in 3.5.5
-#ifdef KPARTS_BROWSEREXTENSION_HAS_ITEMS_REMOVED
+#ifdef TDEPARTS_BROWSEREXTENSION_HAS_ITEMS_REMOVED
KFileItemList list;
list.append( _fileitem );
emit m_pBrowserView->extension()->itemsRemoved( list );
diff --git a/konqueror/listview/konq_listviewwidget.h b/konqueror/listview/konq_listviewwidget.h
index 5c9cade44..2157b6643 100644
--- a/konqueror/listview/konq_listviewwidget.h
+++ b/konqueror/listview/konq_listviewwidget.h
@@ -235,7 +235,7 @@ protected:
// IMO there is really no need for an advanced data structure
//we have a fixed number of members,
//it consumes less memory and access should be faster (Alex)
- // This might not be the case for ever... we should introduce custom fields in kio (David)
+ // This might not be the case for ever... we should introduce custom fields in tdeio (David)
TQValueVector<ColumnInfo> confColumns;
KonqBaseListViewItem *m_dragOverItem;