]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/FloatPlacement.cpp
Attempt to simplify as much as possible Inset parameter dialog creation. We now just...
[features.git] / src / frontends / qt4 / FloatPlacement.cpp
index 1e3bcbd8ad2a9d7e85723746f5544ac6e48d07d9..c40b3b2ec7b1e80e5dc568216c8c2286a05db566 100644 (file)
@@ -27,8 +27,10 @@ using namespace lyx::support;
 
 namespace lyx {
 
+namespace frontend {
+
 FloatPlacement::FloatPlacement(bool show_options, QWidget * parent)
-       : QWidget(parent), float_list_(0)
+       : InsetParamsWidget(parent), float_list_(0)
 {
        setupUi(this);
 
@@ -244,6 +246,7 @@ void FloatPlacement::checkAllowed()
        }
 }
 
+} // namespace frontend
 } // namespace lyx
 
 #include "moc_FloatPlacement.cpp"