From d128def5837ea76bcfc2e88cdfaf8cf9fb89645f Mon Sep 17 00:00:00 2001 From: doitux Date: Thu, 1 Feb 2007 21:57:27 +0000 Subject: [PATCH] --- src/gui/qt/mainwindow.ui | 2 +- src/gui/qt/startsplash/startsplash.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/qt/mainwindow.ui b/src/gui/qt/mainwindow.ui index 76b8c6a7..31a59170 100644 --- a/src/gui/qt/mainwindow.ui +++ b/src/gui/qt/mainwindow.ui @@ -1352,7 +1352,7 @@ - 16777215 + 56 29 diff --git a/src/gui/qt/startsplash/startsplash.cpp b/src/gui/qt/startsplash/startsplash.cpp index bb8dce21..94e1afbc 100644 --- a/src/gui/qt/startsplash/startsplash.cpp +++ b/src/gui/qt/startsplash/startsplash.cpp @@ -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");