summaryrefslogtreecommitdiffstats
path: root/amarok/src/socketserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/socketserver.cpp')
-rw-r--r--amarok/src/socketserver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/socketserver.cpp b/amarok/src/socketserver.cpp
index 98e98c27..9b7d2ede 100644
--- a/amarok/src/socketserver.cpp
+++ b/amarok/src/socketserver.cpp
@@ -187,7 +187,7 @@ Vis::Selector::Selector( TQWidget *parent )
for( TQStringList::ConstIterator it = entries.begin(); it != entries.end(); ++it )
new Item( this, "amarok_libvisual", *it, "libvisual" );
- resize( sizeHint() + TQSize(20,0) );
+ resize( tqsizeHint() + TQSize(20,0) );
// Center the widget on screen
move( parentWidget()->width()/2 - width()/2, parentWidget()->height()/2 - height()/2 );
}
@@ -204,7 +204,7 @@ Vis::Selector::processExited( KProcess *proc )
void
Vis::Selector::receivedStdout( KProcess */*proc*/, char* buffer, int length )
{
- debug() << TQString::fromLatin1( buffer, length ) << endl;
+ debug() << TQString::tqfromLatin1( buffer, length ) << endl;
}
void