Advertisement
Guest User

Untitled

a guest
May 19th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. diff --git a/main.cpp b/main.cpp
  2. index 8ee37ec..2b7f903 100644
  3. --- a/main.cpp
  4. +++ b/main.cpp
  5. @@ -27,9 +27,9 @@
  6. #include <kapplication.h>
  7. #include <kcmdlineargs.h>
  8.  
  9. -#include <kdevplatform/shell/core.h>
  10. -#include <kdevplatform/shell/plugincontroller.h>
  11. -#include <kdevplatform/tests/autotestshell.h>
  12. +#include <shell/core.h>
  13. +#include <shell/plugincontroller.h>
  14. +#include <tests/autotestshell.h>
  15.  
  16. #include <QtCore/QTimer>
  17.  
  18. diff --git a/manager.cpp b/manager.cpp
  19. index 24774c0..b3dca56 100644
  20. --- a/manager.cpp
  21. +++ b/manager.cpp
  22. @@ -29,14 +29,14 @@
  23. #include <libquery/queryresult.h>
  24. #include <libquery/queryuses/classfunctioncall.h>
  25.  
  26. -#include <kdevplatform/language/duchain/classfunctiondeclaration.h>
  27. -#include <kdevplatform/language/duchain/indexedstring.h>
  28. -#include <kdevplatform/language/duchain/duchain.h>
  29. -#include <kdevplatform/language/duchain/duchainlock.h>
  30. -#include <kdevplatform/language/duchain/duchainpointer.h>
  31. -#include <kdevplatform/language/duchain/duchainutils.h>
  32. -#include <kdevplatform/language/duchain/persistentsymboltable.h>
  33. -#include <kdevplatform/language/duchain/types/functiontype.h>
  34. +#include <language/duchain/classfunctiondeclaration.h>
  35. +#include <language/duchain/indexedstring.h>
  36. +#include <language/duchain/duchain.h>
  37. +#include <language/duchain/duchainlock.h>
  38. +#include <language/duchain/duchainpointer.h>
  39. +#include <language/duchain/duchainutils.h>
  40. +#include <language/duchain/persistentsymboltable.h>
  41. +#include <language/duchain/types/functiontype.h>
  42.  
  43. #include <QtCore/QDirIterator>
  44. #include <QtCore/QFile>
  45. diff --git a/manager.h b/manager.h
  46. index 83a1a04..7885b40 100644
  47. --- a/manager.h
  48. +++ b/manager.h
  49. @@ -24,7 +24,7 @@
  50. #include <QtCore/QAtomicInt>
  51. #include <QtCore/QObject>
  52.  
  53. -#include <kdevplatform/language/duchain/topducontext.h>
  54. +#include <language/duchain/topducontext.h>
  55.  
  56. class AbstractChecker;
  57. class AbstractReporter;
  58. diff --git a/projectimporter.cpp b/projectimporter.cpp
  59. index f806126..450ec99 100644
  60. --- a/projectimporter.cpp
  61. +++ b/projectimporter.cpp
  62. @@ -20,8 +20,8 @@
  63.  
  64. #include "projectimporter.h"
  65.  
  66. -#include <kdevplatform/project/projectmodel.h>
  67. -#include <kdevplatform/project/interfaces/ibuildsystemmanager.h>
  68. +#include <project/projectmodel.h>
  69. +#include <project/interfaces/ibuildsystemmanager.h>
  70.  
  71. #include <kconfiggroup.h>
  72. #include <ksharedconfig.h>
  73. diff --git a/projectimporter.h b/projectimporter.h
  74. index d62a2c1..e96e4ed 100644
  75. --- a/projectimporter.h
  76. +++ b/projectimporter.h
  77. @@ -23,7 +23,7 @@
  78.  
  79. #include <QtCore/QObject>
  80.  
  81. -#include <kdevplatform/shell/project.h>
  82. +#include <shell/project.h>
  83.  
  84. /**
  85. * Imports a cmake or qmake based project into the internal
  86. diff --git a/qobjectinspector.cpp b/qobjectinspector.cpp
  87. index 429355a..eb7d13c 100644
  88. --- a/qobjectinspector.cpp
  89. +++ b/qobjectinspector.cpp
  90. @@ -20,10 +20,10 @@
  91.  
  92. #include "qobjectinspector.h"
  93.  
  94. -#include <kdevplatform/language/duchain/classdeclaration.h>
  95. -#include <kdevplatform/language/duchain/classfunctiondeclaration.h>
  96. -#include <kdevplatform/language/duchain/types/functiontype.h>
  97. -#include <kdevplatform/language/duchain/types/typepointer.h>
  98. +#include <language/duchain/classdeclaration.h>
  99. +#include <language/duchain/classfunctiondeclaration.h>
  100. +#include <language/duchain/types/functiontype.h>
  101. +#include <language/duchain/types/typepointer.h>
  102.  
  103. /**
  104. * In case we have a signal or slot with default parameters, we create a separated
  105. diff --git a/qobjectinspector.h b/qobjectinspector.h
  106. index 26cff5c..9be9f9e 100644
  107. --- a/qobjectinspector.h
  108. +++ b/qobjectinspector.h
  109. @@ -21,7 +21,7 @@
  110. #ifndef QOBJECTINSPECTOR_H
  111. #define QOBJECTINSPECTOR_H
  112.  
  113. -#include <kdevplatform/language/duchain/declaration.h>
  114. +#include <language/duchain/declaration.h>
  115.  
  116. #include <QtCore/QList>
  117.  
  118. diff --git a/signalslotchecker.cpp b/signalslotchecker.cpp
  119. index 7422f08..a487da2 100644
  120. --- a/signalslotchecker.cpp
  121. +++ b/signalslotchecker.cpp
  122. @@ -22,10 +22,10 @@
  123.  
  124. #include "qobjectinspector.h"
  125.  
  126. -#include <kdevplatform/language/duchain/classdeclaration.h>
  127. -#include <kdevplatform/language/duchain/classfunctiondeclaration.h>
  128. -#include <kdevplatform/language/duchain/types/functiontype.h>
  129. -#include <kdevplatform/language/duchain/types/pointertype.h>
  130. +#include <language/duchain/classdeclaration.h>
  131. +#include <language/duchain/classfunctiondeclaration.h>
  132. +#include <language/duchain/types/functiontype.h>
  133. +#include <language/duchain/types/pointertype.h>
  134.  
  135. #include <QtCore/QDebug>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement