new transparent splash-screen without obsolete text-messages

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1018 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-05-25 09:58:23 +00:00
parent 4788517843
commit 08b1cd55cd
5 changed files with 32 additions and 39 deletions

View File

@@ -34,7 +34,6 @@ class QAction;
class QDomElement;
class QGridLayout;
class QMdiArea;
class QSplashScreen;
class configManager;
class pluginView;
@@ -82,8 +81,6 @@ public:
return( m_keyMods.m_alt );
}
static QSplashScreen * s_splashScreen;
static void saveWidgetState( QWidget * _w, QDomElement & _de );
static void restoreWidgetState( QWidget * _w, const QDomElement & _de );