Remove Qt4 artifacts in comments

This commit is contained in:
Stephan Witt 2014-10-01 10:06:17 +02:00
parent 51518b472c
commit ce57594afd
2 changed files with 2 additions and 2 deletions

View 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.

View 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.