From a915aa74dc1acdd12de97f9d95a848b3b2a17abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 27 Jul 2013 17:13:06 +0200 Subject: Initial TDE conversion --- src/newstreamosd.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/newstreamosd.cpp') diff --git a/src/newstreamosd.cpp b/src/newstreamosd.cpp index 6c52760..e8785e3 100644 --- a/src/newstreamosd.cpp +++ b/src/newstreamosd.cpp @@ -40,13 +40,13 @@ #include "newstreamosd.h" #include "torkview.h" -#include +#include #include #include #include -#include -#include -#include +#include +#include +#include #include #include #include @@ -56,7 +56,7 @@ #include #include #include -#include +#include #include #include @@ -197,7 +197,7 @@ void StreamOSD::renderOSD() infoList = new TQListView( this, "infoList" ); infoList->addColumn( "StreamID" ); infoList->addColumn( "Host" ); - infoList->addColumn( kapp->iconLoader()->loadIconSet("tork_torsmall", KIcon::Small),"", 24 ); + infoList->addColumn( kapp->iconLoader()->loadIconSet("tork_torsmall", TDEIcon::Small),"", 24 ); infoList->addColumn( "KB/s" ); infoList->addColumn( "Exit" ); infoList->setColumnWidthMode(0, TQListView::Manual); @@ -398,7 +398,7 @@ void StreamOSD::mousePressEvent( TQMouseEvent* e ) m_dragging = true; } /* else if( e->button() == RightButton ) { - KPopupMenu m; + TDEPopupMenu m; if( m.insertItem( i18n("Hide OSD") ) == m.exec( e->pos() ) ) hide(); }*/ @@ -465,7 +465,7 @@ TQPoint StreamOSD::fixupPosition( const TQPoint& pp ) } -void StreamOSD::readSettings( KConfigBase* c ) +void StreamOSD::readSettings( TDEConfigBase* c ) { TQString oldGroup = c->group(); if (m_tortraffic) @@ -480,7 +480,7 @@ void StreamOSD::readSettings( KConfigBase* c ) } -void StreamOSD::saveSettings( KConfigBase* c ) +void StreamOSD::saveSettings( TDEConfigBase* c ) { TQString oldGroup = c->group(); if (m_tortraffic) -- cgit v1.2.1