]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/LengthCombo.h
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / LengthCombo.h
index 7c7557f9f3a924a12689a8ac7b471b478569ffba..1701dcfa0fc73a20b57909f9ca17ad06ed1420ca 100644 (file)
@@ -17,7 +17,8 @@
 #include "VSpace.h"
 
 
-//namespace lyx {
+namespace lyx {
+namespace frontend {
 
 /**
  * A combo box for selecting Length::UNIT types.
@@ -53,6 +54,7 @@ Q_SIGNALS:
 };
 
 
-//} // namespace lyx
+} // namesapce frontend
+} // namespace lyx
 
 #endif // LENGTHCOMBO_H