pull/1/head
Timothy Pearson 13 years ago
parent 95a30e73d6
commit 2dc7f12e96

@ -404,7 +404,7 @@
<entry key="Osd Font" type="Font">
<label>Font for On-Screen Display</label>
<whatsthis>The font to use for the On-Screen Display.</whatsthis>
<default code="true">QFont("Arial",16)</default>
<default code="true">TQFont("Arial",16)</default>
</entry>
<entry key="Osd Draw Shadow" type="Bool">
<label>Draw a shadow around the text.</label>

@ -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 )) );
}

@ -202,6 +202,9 @@ Note that the order in which the schemes appear in the list is relevant, since t
<slot specifier="non virtual">slotModifyClicked()</slot>
<slot specifier="non virtual">slotRemoveClicked()</slot>
</Q_SLOTS>
<forwards>
<forward>class TQListViewItem;</forward>
</forwards>
<functions>
<function access="private" specifier="non virtual">init()</function>
</functions>

Loading…
Cancel
Save