]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/QSplashDialog.h
qt2 ert dialog
[lyx.git] / src / frontends / qt2 / QSplashDialog.h
1 /**
2  * \file QSplashDialog.C
3  * Copyright 2001 the LyX Team
4  * Read the file COPYING
5  *
6  * \author Edwin Leuven
7  */
8
9 #ifndef FORMSPLASHBASE_H
10 #define FORMSPLASHBASE_H
11
12 class QSplashDialog : public QFrame
13 {
14 public:
15         QSplashDialog(QWidget * parent,  const char * name,
16                 WFlags fl = QWidget::WStyle_NoBorder | QWidget::WStyle_Customize, 
17                 bool modal = false);
18    
19         ~QSplashDialog();
20    
21 protected:
22         virtual void mousePressEvent(QMouseEvent *);
23 };
24
25 #endif // QSPLASHDIALOG_H