diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:01:54 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:58:45 +0200 |
commit | 3e88ddfbc3df52c97d5354890fb9ac68af49bddd (patch) | |
tree | f6830215ebdc83e794a7a223042537595490265f /konqueror/listview | |
parent | 5607b4ae2272da03b692475c2f773f3e27e671b8 (diff) | |
download | tdebase-3e88ddfbc3df52c97d5354890fb9ac68af49bddd.tar.gz tdebase-3e88ddfbc3df52c97d5354890fb9ac68af49bddd.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'konqueror/listview')
-rw-r--r-- | konqueror/listview/konq_listviewwidget.cc | 2 | ||||
-rw-r--r-- | konqueror/listview/konq_listviewwidget.h | 2 |
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; |