]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_gui.h
parch from Herbert
[lyx.git] / src / lyx_gui.h
index ef2b6ef93b03453930597a9264efe84578a989c9..a5ff60abbf2b191a4e2741a203affd6461b31a2e 100644 (file)
@@ -1,11 +1,11 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -36,7 +36,7 @@ public:
        LyXGUI(LyX * owner, int * argc, char * argv[], bool gui);
        ///
        ~LyXGUI();
-       
+
        /**
           This functions starts the ball. For XForms it runs a loop of
           fl_check_forms(). For QT this will probably be .exec().
@@ -46,19 +46,19 @@ public:
            main initialization.
        */
        void init();
-       
+
        /// Register the buffer with the first found LyXView in lyxViews
        void regBuf(Buffer *);
-       
+
        /// Access to (first?) LyXView
        LyXView * getLyXView() const;
-       
+
 private:
        ///
        void setDefaults();
        ///
        void create_forms();
-       
+
        /// The LyX that owns this GUI.
        LyX * _owner;
        ///