Switch to unified view
a/src/qtgui/spell_w.cpp | b/src/qtgui/spell_w.cpp | ||
---|---|---|---|
... |
... |
||
33 | #include <qcombobox.h> |
33 | #include <qcombobox.h> |
34 | #if (QT_VERSION < 0x040000) |
34 | #if (QT_VERSION < 0x040000) |
35 | #include <qlistview.h> |
35 | #include <qlistview.h> |
36 | #else |
36 | #else |
37 | #include <QTableWidget> |
37 | #include <QTableWidget> |
38 | #include <QHeaderView> |
||
38 | #endif |
39 | #endif |
39 | 40 | ||
40 | #include "debuglog.h" |
41 | #include "debuglog.h" |
41 | #include "recoll.h" |
42 | #include "recoll.h" |
42 | #include "spell_w.h" |
43 | #include "spell_w.h" |