]> git.lyx.org Git - lyx.git/blobdiff - src/support/ConsoleApplication.h
Move initial values of LyXRC members to the header
[lyx.git] / src / support / ConsoleApplication.h
index bfb5d07fe78783d8b39e8dfaf5a8306393b62f6d..2b8ed2b80b3fb4eb9bb574347c73d915bb0deb28 100644 (file)
@@ -8,8 +8,8 @@
  * Full author contact details are available in file CREDITS.
  */
 
-#ifndef CONSOPLEAPPLICATION_H
-#define CONSOPLEAPPLICATION_H
+#ifndef CONSOLEAPPLICATION_H
+#define CONSOLEAPPLICATION_H
 
 #include "support/strfwd.h"
 
@@ -24,7 +24,7 @@ class ConsoleApplicationPrivate;
 There should be only one instance of this class. No Qt object
 initialisation should be done before the instantiation of this class.
 This class could be moved to src/frontends/console in the future.
-This would make sense if more console app related code is created. 
+This would make sense if more console app related code is created.
 */
 class ConsoleApplication
 {
@@ -58,4 +58,4 @@ private:
 } // namespace support
 } // namespace lyx
 
-#endif // CONSOPLEAPPLICATION_H
+#endif // CONSOLEAPPLICATION_H