Edwin Leuven a écrit :
Yep you're right, I've reached the same conclusion about qmenu at the
time of the porting. Actually, that's the reason why I haven't
ported the qt2 bullets yet :-(
perhaps we should apply the attached in the meantime?
I have committed it.
Please wait for my merged patch which I will commit as soon as I test
it.
ok. my patch was independent of yours btw
edwin.
------------------------------------------------------------------------
Index: src/frontends/qt4/BulletsModule.h
===================================================================
--- src/frontends/qt4/BulletsModule.h (revision 13548)
+++ src/frontends/qt4/BulletsModule.h (working copy)
@@ -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: