diff --git a/amarok/src/amarokcore/amarok.kcfg b/amarok/src/amarokcore/amarok.kcfg index bf618fcc..94d026e0 100644 --- a/amarok/src/amarokcore/amarok.kcfg +++ b/amarok/src/amarokcore/amarok.kcfg @@ -404,7 +404,7 @@ The font to use for the On-Screen Display. - QFont("Arial",16) + TQFont("Arial",16) diff --git a/amarok/src/socketserver.cpp b/amarok/src/socketserver.cpp index 8559bbeb..5d4e473c 100644 --- a/amarok/src/socketserver.cpp +++ b/amarok/src/socketserver.cpp @@ -101,7 +101,7 @@ Vis::SocketServer::newConnection( int sockfd ) /// @class Vis::SocketNotifier Vis::SocketNotifier::SocketNotifier( int sockfd ) - : TQSocketNotifier( sockfd, QSocketNotifier::Read, TQT_TQOBJECT(this) ) + : TQSocketNotifier( sockfd, TQSocketNotifier::Read, TQT_TQOBJECT(this) ) { connect( this, TQT_SIGNAL(activated( int )), TQT_SLOT(request( int )) ); } diff --git a/amarok/src/tagguesserconfigdialog.ui b/amarok/src/tagguesserconfigdialog.ui index 2241f093..d99d254c 100644 --- a/amarok/src/tagguesserconfigdialog.ui +++ b/amarok/src/tagguesserconfigdialog.ui @@ -202,6 +202,9 @@ Note that the order in which the schemes appear in the list is relevant, since t slotModifyClicked() slotRemoveClicked() + + class TQListViewItem; + init()