ports/editors/texmaker/patches/patch-latexeditorview_h

12 lines
318 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- latexeditorview.h.orig Fri Nov 23 22:52:25 2012
+++ latexeditorview.h Sat Mar 9 21:20:19 2013
@@ -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