Blob Blame History Raw
--- texmaker.h.orig	2017-09-27 22:12:38.989959700 -0400
+++ texmaker.h	2017-09-27 22:13:23.613039972 -0400
@@ -48,7 +48,7 @@
 #include "usertagslistwidget.h"
 #include "xmltagslistwidget.h"
 #include "logeditor.h"
-#include "hunspell/hunspell.hxx"
+#include <hunspell.hxx>
 #include "pdfviewerwidget.h"
 #include "pdfviewer.h"
 #include "sourceview.h"


--- latexeditor.h.orig	2017-09-28 13:25:48.582344071 -0400
+++ latexeditor.h	2017-09-28 13:26:14.295458006 -0400
@@ -35,7 +35,7 @@
 
 #include "latexhighlighter.h"
 #include "textblockselection.h"
-#include "hunspell/hunspell.hxx"
+#include <hunspell.hxx>
 
 typedef  int UserBookmarkList[3];
 


--- latexeditorview.h.orig	2017-09-27 22:14:07.752133654 -0400
+++ latexeditorview.h	2017-09-27 22:14:33.054198961 -0400
@@ -23,7 +23,7 @@
 #include "gotolinewidget.h"
 #include "replacewidget.h"
 #include "minisplitter.h"
-#include "hunspell/hunspell.hxx"
+#include <hunspell.hxx>
 
 class LatexEditorView : public QWidget  {
    Q_OBJECT


--- latexhighlighter.h.orig	2017-09-27 22:14:54.335253902 -0400
+++ latexhighlighter.h	2017-09-27 22:15:09.646318053 -0400
@@ -20,7 +20,7 @@
 #include <QColor>
 #include <QTextBlockUserData>
 //#include "latexeditor.h"
-#include "hunspell/hunspell.hxx"
+#include <hunspell.hxx>
 
 class QTextDocument;
 class LatexEditor;


--- spellerdialog.h.orig	2017-09-27 22:15:25.172383603 -0400
+++ spellerdialog.h	2017-09-27 22:15:46.847475115 -0400
@@ -13,7 +13,7 @@
 
 #include "ui_spellerdialog.h"
 #include "latexeditor.h"
-#include "hunspell/hunspell.hxx"
+#include <hunspell.hxx>
 
 #include <QTextCursor>