[Uml-devel] kdesdk/umbrello/umbrello
André Wöbbeking
Woebbeking at web.de
Fri Apr 18 02:02:04 UTC 2003
CVS commit by woebbe:
Make it compile with QT_NO_COMPAT
M +1 -1 kstartuplogo.cpp 1.6
--- kdesdk/umbrello/umbrello/kstartuplogo.cpp #1.5:1.6
@@ -14,5 +14,5 @@
KStartupLogo::KStartupLogo(QWidget * parent, const char *name)
- : QWidget(parent,name, WStyle_NoBorderEx | WStyle_Customize | WDestructiveClose )
+ : QWidget(parent,name, WStyle_NoBorder | WStyle_Customize | WDestructiveClose )
,m_bReadyToHide(false) {
//pm.load(locate("appdata", "pics/startlogo.png"));
More information about the umbrello-devel
mailing list