]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/CategorizedCombo.h
Avoid extra space in tooltips
[lyx.git] / src / frontends / qt4 / CategorizedCombo.h
index bb28db971b9ab63a8ad0127730e294c769682c18..a9a200a5cf5f19e5c61afabd36f6d48db34c3548 100644 (file)
@@ -22,6 +22,9 @@
 #include <QComboBox>
 
 
+namespace lyx {
+namespace frontend {
+
 class CCItemDelegate;
 
 /**
@@ -53,7 +56,7 @@ public:
 
        ///
        void showPopup();
-       
+
        ///
        bool eventFilter(QObject * o, QEvent * e);
        ///
@@ -72,4 +75,7 @@ private:
 };
 
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // LYX_CATEGORIZEDCOMBO_H