mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
Fix from Edwin Leuven:
BulletsModule is a widget not a dialog. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13553 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ca474cf0d5
commit
dd69416f11
@ -17,14 +17,14 @@
|
|||||||
#include "Bullet.h"
|
#include "Bullet.h"
|
||||||
#include <boost/array.hpp>
|
#include <boost/array.hpp>
|
||||||
|
|
||||||
#include <QDialog>
|
#include <QWidget>
|
||||||
|
|
||||||
class QBrowseBox;
|
class QBrowseBox;
|
||||||
class QPushButton;
|
class QPushButton;
|
||||||
class QComboBox;
|
class QComboBox;
|
||||||
class QPixmap;
|
class QPixmap;
|
||||||
|
|
||||||
class BulletsModule : public QDialog, public Ui::BulletsUi {
|
class BulletsModule : public QWidget, public Ui::BulletsUi {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user