]> git.lyx.org Git - lyx.git/blobdiff - src/LyXView.h
NEW_INSETS changes, + some small things in insettabular.C
[lyx.git] / src / LyXView.h
index 5fab87d125d46d90059c00ccdb8a44c3ae381f95..23e2a30e666a01f1a097eef0627d489cb85f0100 100644 (file)
@@ -29,13 +29,17 @@ class Menus;
 class BufferView;
 class Dialogs;
 
+#ifdef SIGC_CXX_NAMESPACES
+using SigC::Object;
+#endif
+
 
 /**
   This class is the form containing the view of the buffer. The actual buffer
   view is supposed (at least IMHO) to be another class, that shows its output
   in one or more LyXView's.
  */
-class LyXView : public SigC::Object {
+class LyXView : public Object {
 public:
        /// constructor
        LyXView(int w, int h);