This commit is contained in:
doitux
2007-02-01 21:57:27 +00:00
parent 368624995f
commit d128def583
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1352,7 +1352,7 @@
<widget class="QFrame" name="frame57" >
<property name="maximumSize" >
<size>
<width>16777215</width>
<width>56</width>
<height>29</height>
</size>
</property>
+1 -1
View File
@@ -20,7 +20,7 @@
#include "startsplash.h"
StartSplash::StartSplash(mainWindowImpl *parent)
: QDialog(), myW(parent)
: QDialog(parent), myW(parent)
{
QFontDatabase::addApplicationFont ("src/gui/qt/fonts/c059013l.pfb");
QFontDatabase::addApplicationFont ("src/gui/qt/fonts/andybold.ttf");