]> git.lyx.org Git - features.git/commitdiff
Fix compilation with qt5
authorGuillaume Munch <gm@lyx.org>
Sun, 17 Apr 2016 13:21:43 +0000 (14:21 +0100)
committerRichard Heck <rgheck@lyx.org>
Sat, 28 May 2016 21:42:32 +0000 (17:42 -0400)
Amend 367a7a6d.

src/frontends/qt4/LyXToolBox.h

index ec70ceb05fd8b6dcf1dd0279c42249c6dc6da6cd..03bd00e962d1b88b33663a5db9d6f959f166b8de 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef LYXTOOLBOX_H
 #define LYXTOOLBOX_H
 
-#include <QtGui/QToolBox>
+#include <QToolBox>
 
 namespace lyx {
 namespace frontend {