]> 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 f47a178ba89ab1098a3aee91ce0ec330f84e5729..1701dcfa0fc73a20b57909f9ca17ad06ed1420ca 100644 (file)
@@ -17,7 +17,8 @@
 #include "VSpace.h"
 
 
-//namespace lyx {
+namespace lyx {
+namespace frontend {
 
 /**
  * A combo box for selecting Length::UNIT types.
@@ -31,7 +32,7 @@ public:
        /// set the current item from unit
        virtual void setCurrentItem(lyx::Length::UNIT unit);
        /// set the current item from length string
-       virtual void setCurrentItem(QString const item);
+       virtual void setCurrentItem(QString const item);
        /// set the current item from int
        virtual void setCurrentItem(int item);
        /// get the current item
@@ -53,6 +54,7 @@ Q_SIGNALS:
 };
 
 
-//} // namespace lyx
+} // namesapce frontend
+} // namespace lyx
 
 #endif // LENGTHCOMBO_H