]> git.lyx.org Git - features.git/commitdiff
Remove Qt4 artifacts in comments
authorStephan Witt <switt@lyx.org>
Wed, 1 Oct 2014 08:06:17 +0000 (10:06 +0200)
committerStephan Witt <switt@lyx.org>
Wed, 1 Oct 2014 08:06:17 +0000 (10:06 +0200)
src/LyX.cpp
src/frontends/qt4/GuiView.h

index 98c57059176896c81a9d0d30e55b9d8f07d585e2..050db524543102439d692d888562731b4da17c6e 100644 (file)
@@ -357,7 +357,7 @@ int LyX::exec(int & argc, char * argv[])
 
        // FIXME
        /* Create a CoreApplication class that will provide the main event loop
-       * and the socket callback registering. With Qt4, only QtCore
+       * and the socket callback registering. With Qt, only QtCore
        * library would be needed.
        * When this is done, a server_mode could be created and the following two
        * line would be moved out from here.
index 17e60df7ddc91a62d4c3d6dd2dad02c0a8b9781b..9b7ee2e953357c469b98d1b45cc564af06f63b57 100644 (file)
@@ -51,7 +51,7 @@ class TocModels;
 class ToolbarInfo;
 
 /**
- * GuiView - Qt4 main LyX window
+ * GuiView - Qt main LyX window
  *
  * This class represents the main LyX window and provides
  * accessor functions to its content.