- Cleaned up spec file formatting - Fix compilation in 11.4 and earlier OBS-URL: https://build.opensuse.org/request/show/101371 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kbibtex?expand=0&rev=9
23 lines
520 B
Diff
23 lines
520 B
Diff
--- src/gui/preferences/settingsabstractwidget.h 2011/10/15 18:31:08 924
|
|
+++ src/gui/preferences/settingsabstractwidget.h 2011/12/01 13:59:53 978
|
|
@@ -24,6 +24,7 @@
|
|
#include <kbibtexgui_export.h>
|
|
|
|
#include <QWidget>
|
|
+#include <QAbstractItemModel>
|
|
|
|
class KComboBox;
|
|
|
|
--- src/gui/bibtex/bibtexfileview.h 2011/07/16 18:29:29 821
|
|
+++ src/gui/bibtex/bibtexfileview.h 2011/09/05 08:21:08 851
|
|
@@ -22,6 +22,8 @@
|
|
|
|
#include <QTreeView>
|
|
|
|
+#include <KSharedConfig>
|
|
+
|
|
#include <kbibtexgui_export.h>
|
|
|
|
class QSignalMapper;
|
|
|