Преглед на файлове

Merge branch 'fix-macos-cmdlinemodule-explorer-errors'

Sascha Zelzer преди 12 години
родител
ревизия
686b4be4cb
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      Applications/ctkCommandLineModuleExplorer/ctkCommandLineModuleExplorerMain.cpp

+ 2 - 2
Applications/ctkCommandLineModuleExplorer/ctkCommandLineModuleExplorerMain.cpp

@@ -29,8 +29,8 @@
 
 #include <QDebug>
 
-#include <QtXmlPatterns/QXmlQuery>
-#include <QtUiTools/QUiLoader>
+#include <QXmlQuery>
+#include <QUiLoader>
 
 // CTK includes
 #include <ctkCommandLineParser.h>