pull/1/head
Timothy Pearson 13 years ago
parent 738b4f092f
commit d332888179

@ -210,7 +210,7 @@ void KPoti::init(int value)
{
d = new KPotiPrivate;
TQFont pifnt = font();
const_cast<QFont*>(&pifnt)->setPointSize( 8 );
const_cast<TQFont*>(&pifnt)->setPointSize( 8 );
d->potiColor.setNamedColor( "red" );
timer = 0;

@ -201,6 +201,7 @@
<layoutdefaults spacing="6" margin="11"/>
<forwards>
<forward>class TQIconViewItem;</forward>
<forward>class TQListViewItem;</forward>
</forwards>
<includehints>
<includehint>klistview.h</includehint>

@ -77,7 +77,7 @@
</entry>
<entry name="ledFont" type="Font">
<label>The font that will be used for the LCD display.</label>
<default><code>QFont(KGlobalSettings::generalFont().family(), 10, QFont::Bold)</code></default>
<default><code>TQFont(KGlobalSettings::generalFont().family(), 10, TQFont::Bold)</code></default>
</entry>
<entry name="BackColor" type="Color">
<label>The background color that will be used for the LCD display.</label>

@ -385,6 +385,7 @@
</includes>
<forwards>
<forward>class KCDDBDlgBasePrivate</forward>
<forward>class TQListViewItem;</forward>
</forwards>
<variables>
<variable access="private">KCDDB::Genres m_genres;</variable>

Loading…
Cancel
Save