mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +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 <boost/array.hpp>
|
||||
|
||||
#include <QDialog>
|
||||
#include <QWidget>
|
||||
|
||||
class QBrowseBox;
|
||||
class QPushButton;
|
||||
class QComboBox;
|
||||
class QPixmap;
|
||||
|
||||
class BulletsModule : public QDialog, public Ui::BulletsUi {
|
||||
class BulletsModule : public QWidget, public Ui::BulletsUi {
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user