]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QPrefsDialog.h
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / QPrefsDialog.h
index f952da14f3910771c2cb573c52162e18c90eb054..0d3fcc3c80551596855df70fbea86998fbc52b38 100644 (file)
@@ -47,7 +47,7 @@ template<class UI>
        class UiWidget: public QWidget, public UI
        {
        public:
-               UiWidget(QWidget * Parent): QWidget(Parent)
+               UiWidget(QWidget * Parent = 0): QWidget(Parent)
                {
                        UI::setupUi(this);
                }