]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/FloatPlacement.h
* a configuration value for the mouse wheel scrolling speed:
[lyx.git] / src / frontends / qt4 / FloatPlacement.h
index 6107cb9b2ba3cbdf447ce78b2ea67dd0497f0142..557f48ab5267ea98841aecc98f77f78ec2ff1b4a 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef QT_FLOATPLACEMENT_H
 #define QT_FLOATPLACEMENT_H
 
-#include "ui/FloatPlacementUi.h"
+#include "ui_FloatPlacementUi.h"
 #include <QWidget>
 
 #include <string>
@@ -46,6 +46,10 @@ public Q_SLOTS:
 Q_SIGNALS:
        void changed();
 
+private:
+       /// one of figure or table?
+       bool standardfloat_;
+
 };