From 03490f06804dd59e293458b005d5a305ce41e724 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:01:09 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- src/part/radialMap/widgetEvents.cpp | 4 ++-- src/part/summaryWidget.cpp | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/part/radialMap/widgetEvents.cpp b/src/part/radialMap/widgetEvents.cpp index 03f6ec0..7e3a5de 100644 --- a/src/part/radialMap/widgetEvents.cpp +++ b/src/part/radialMap/widgetEvents.cpp @@ -231,11 +231,11 @@ RadialMap::Widget::mousePressEvent( TQMouseEvent *e ) m_tip->hide(); // user expects this if (!isDir || e->button() == Qt::MidButton) { - KIconEffect::visualActivate( this, rect ); + TDEIconEffect::visualActivate( this, rect ); new KRun( url, this, true ); //FIXME see above } else if (m_focus->file() != m_tree) { // is left click - KIconEffect::visualActivate( this, rect ); + TDEIconEffect::visualActivate( this, rect ); emit activated( url ); //activate first, this will cause UI to prepare itself createFromCache( (Directory *)m_focus->file() ); } diff --git a/src/part/summaryWidget.cpp b/src/part/summaryWidget.cpp index f3615f6..75f01a6 100644 --- a/src/part/summaryWidget.cpp +++ b/src/part/summaryWidget.cpp @@ -68,7 +68,7 @@ public: //and clicks to the used segment else if( segment && segment->file()->name() == "Used" ) { const TQRect rect( e->x() - 20, e->y() - 20, 40, 40 ); - KIconEffect::visualActivate( this, rect ); + TDEIconEffect::visualActivate( this, rect ); emit activated( url() ); } } @@ -102,7 +102,7 @@ SummaryWidget::createDiskMaps() const TQCString free = i18n( "Free" ).local8Bit(); const TQCString used = i18n( "Used" ).local8Bit(); - KIconLoader loader; + TDEIconLoader loader; oldScheme = Config::scheme; Config::scheme = (Filelight::MapScheme)2000; @@ -118,7 +118,7 @@ SummaryWidget::createDiskMaps() RadialMap::Widget *map = new MyRadialMap( box ); TQString text; TQTextOStream( &text ) - << "" + << "" << "  " << disk.mount << " " << "(" << disk.device << ")"; -- cgit v1.2.1