Fix build with Qt 5.5 branch.

Is Qt even allowed to remove accidental includes and / or forward
declarations?
frameworks
Andreas Hartmetz 11 years ago
parent 90b2f6c62c
commit f847d716a0
  1. 1
      core/bookmarkmanager.h
  2. 2
      generators/comicbook/directory.h

@ -13,6 +13,7 @@
#include <kbookmark.h>
#include "okularcore_export.h"
#include <QObject>
#include <QUrl>
class QAction;

@ -13,6 +13,8 @@
#include <QtCore/QStringList>
class QIODevice;
class Directory
{
public:

Loading…
Cancel
Save