]> git.lyx.org Git - features.git/commitdiff
* src/frontends/gtk/GuiImplementation.C: include config.h
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 8 Jul 2006 13:27:43 +0000 (13:27 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 8 Jul 2006 13:27:43 +0000 (13:27 +0000)
* src/frontends/qt4/GuiImplementation.C: ditto
* src/frontends/qt4/TocModel.C: ditto
* src/frontends/qt4/GuiClipboard.C: ditto

* src/frontends/gtk/GuiClipboard.h fix spelling
* src/frontends/qt3/GuiClipboard.h: ditto
* src/frontends/qt4/GuiClipboard.h: ditto

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14375 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/gtk/GuiClipboard.h
src/frontends/gtk/GuiImplementation.C
src/frontends/qt3/GuiClipboard.h
src/frontends/qt4/GuiClipboard.C
src/frontends/qt4/GuiClipboard.h
src/frontends/qt4/GuiImplementation.C
src/frontends/qt4/TocModel.C

index 36b264dc7c452c2234506fa792abce7d8b1a0276..1b481a2d9800dad10143bfe527e1211ce499ab78 100644 (file)
@@ -32,7 +32,7 @@ public:
 
        virtual ~GuiClipboard() {}
 
-       /** ClipBoard overloaded methods
+       /** Clipboard overloaded methods
         */
        //@{
        void haveSelection(bool own)
index 056a67729648c5a0b7d0677ab6e5e246e9a52688..c61aa6aa9ab90d8189869260434da740d819ab8b 100644 (file)
@@ -9,6 +9,8 @@
  * Full author contact details are available in file CREDITS.
  */
 
+#include <config.h>
+
 #include "GuiImplementation.h"
 
 #include "GView.h"
index 2323f8346c2d92961e4b8947970249bfe14b24e3..f79c697d56ea6039ff49431992cc746db8386532 100644 (file)
@@ -34,7 +34,7 @@ public:
 
        virtual ~GuiClipboard() {}
 
-       /** ClipBoard overloaded methods
+       /** Clipboard overloaded methods
         */
        //@{
        void haveSelection(bool own)
index 6f0238a023889743dbd09a8504f9b0d6d8420515..483fa814144f7212a1ae18def180976e24cb7674 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file GuiClipboard.C
+ * \file qt4/GuiClipboard.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -10,6 +10,8 @@
  * Full author contact details are available in file CREDITS.
  */
 
+#include <config.h>
+
 #include "GuiClipboard.h"
 #include "qt_helpers.h"
 
index cce918c9f00d386eb4f232d377456e6060a0d18a..e821b2a4d6ffd31c701d9cef6293107a3a6697e2 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file GuiClipboard.h
+ * \file qt4/GuiClipboard.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -29,7 +29,7 @@ public:
 
        virtual ~GuiClipboard() {}
 
-       /** ClipBoard overloaded methods
+       /** Clipboard overloaded methods
         */
        //@{
        void haveSelection(bool own);
index 09bf245d03030efe42a3d867ba4f78d0a28c0d1b..d85fa83512df2af8e2181f94250cdfcc412b0ff8 100644 (file)
@@ -10,6 +10,8 @@
  * Full author contact details are available in file CREDITS.
  */
 
+#include <config.h>
+
 // This include must be declared before everything else because
 // of boost/Qt/LyX clash...
 #include "GuiView.h"
index 7363dc995104d6d1b7ab4380306c862cb7bc6afb..72fce8f1a6011f5cf66c36d4299906fa5e9538c6 100644 (file)
@@ -9,6 +9,8 @@
  * Full author contact details are available in file CREDITS.
  */
 
+#include <config.h>
+
 #include "TocModel.h"
 
 #include "debug.h"