[Gui] rename the Qt header list

This commit is contained in:
Uwe
2022-03-07 12:00:36 +01:00
committed by wwmayer
parent 2c86fe2ab1
commit bda12907de
29 changed files with 68 additions and 68 deletions

View File

@@ -45,8 +45,8 @@
#endif
#ifdef _PreComp_
// Python
// Python
#include <Python.h>
// standard
@@ -70,11 +70,11 @@
#endif
// Qt Toolkit
#ifndef __Qt4All__
# include <Gui/Qt4All.h>
#ifndef __QtAll__
# include <Gui/QtAll.h>
#endif
#endif //_PreComp_
#endif // __PRECOMPILED_GUI__