]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBox.h
Fix handling of the add branch textfield in GuiBranches
[lyx.git] / src / frontends / qt4 / GuiBox.h
index 320efdab2df97e051c9c47bc9188304c15aa9fde..b4fb8c38c3efd47ce4e1a470e3b447312ec82642 100644 (file)
@@ -28,7 +28,7 @@ public:
        GuiBox(QWidget * parent = 0);
 
 private Q_SLOTS:
-       void on_innerBoxCO_activated(QString const &);
+       void on_innerBoxCO_activated(int);
        void on_typeCO_activated(int);
        void initDialog();
        void on_heightCB_stateChanged(int state);
@@ -46,7 +46,7 @@ private:
        /// add and remove special lengths
        void setSpecial(bool ibox);
        /// only show valid inner box items
-       void setInnerType(bool frameless, int i);
+       void setInnerType(bool frameless, QString const & type);
 
        QStringList ids_;
        ///