Fix compilation with qt5

Amend 367a7a6d.
This commit is contained in:
Guillaume Munch 2016-04-17 14:21:43 +01:00 committed by Richard Heck
parent 4e50cd809b
commit 7e9d0a938b

View File

@ -12,7 +12,7 @@
#ifndef LYXTOOLBOX_H
#define LYXTOOLBOX_H
#include <QtGui/QToolBox>
#include <QToolBox>
namespace lyx {
namespace frontend {