]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QDialogView.h
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / QDialogView.h
index 654a5fd3fc5189a893b1af3b0fda4115c72ddf19..1d9ca041cd34b5363b5eababd9972b10d3e1bf5e 100644 (file)
@@ -40,6 +40,9 @@ public:
        /// the dialog has changed contents
        virtual void changed();
 
+       ///
+       Qt2BC & bcview();
+
 protected:
        /// build the actual dialog
        virtual void build_dialog() = 0;
@@ -57,12 +60,10 @@ protected:
        /// is the dialog currently valid ?
        virtual bool isValid();
 
-       ///
-       Qt2BC & bcview();
-
        /// are we updating ?
        bool updating_;
-protected slots:
+
+public slots:
        // dialog closed from WM
        void slotWMHide();