Advertisement
Guest User

linssid - Kali Linux path ( patch by master_zion )

a guest
Oct 19th, 2014
565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.88 KB | None | 0 0
  1. diff ./Getter.cpp ../../linssid-2.7-patch/linssid-app/Getter.cpp
  2. 17c17,20
  3. < #include <QtWidgets>
  4. ---
  5. > #include <QtGui>
  6. > #if QT_VERSION >= 0x050000
  7. >    #include <QtWidgets>
  8. > #endif
  9. 118c121
  10. < }
  11. \ No newline at end of file
  12. ---
  13. > }
  14. diff ./main.cpp ../../linssid-2.7-patch/linssid-app/main.cpp
  15. 8c8,11
  16. < #include <QtWidgets/QApplication>
  17. ---
  18. > #include <QtGui>
  19. > #if QT_VERSION >= 0x050000
  20. >    #include <QtWidgets>
  21. > #endif
  22. 74c77
  23. < }
  24. \ No newline at end of file
  25. ---
  26. > }
  27. diff ./MainForm.cpp ../../linssid-2.7-patch/linssid-app/MainForm.cpp
  28. 17c17,20
  29. < #include <QtWidgets>
  30. ---
  31. > #include <QtGui>
  32. > #if QT_VERSION >= 0x050000
  33. >    #include <QtWidgets>
  34. > #endif
  35. 823a827
  36. > #if QT_VERSION >= 0x050000
  37. 824a829,831
  38. > #else
  39. >     MainForm::mainFormWidget.mainTableWidget->horizontalHeader()->setMovable(true);
  40. > #endif
  41. 1338c1345
  42. < }
  43. \ No newline at end of file
  44. ---
  45. > }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement