]> git.lyx.org Git - features.git/commitdiff
LengthCombo does not depend on VSpace
authorGeorg Baum <baum@lyx.org>
Sat, 18 Jul 2015 14:29:04 +0000 (16:29 +0200)
committerGeorg Baum <baum@lyx.org>
Sat, 18 Jul 2015 14:29:04 +0000 (16:29 +0200)
so use the right include

src/frontends/qt4/GuiDocument.cpp
src/frontends/qt4/LengthCombo.h

index 848f38194f181b3bef42a259d35910e0aa274b17..96ea215f080634a66967b5c416689f7dec49d9de 100644 (file)
@@ -52,6 +52,7 @@
 #include "Spacing.h"
 #include "TextClass.h"
 #include "Undo.h"
+#include "VSpace.h"
 
 #include "insets/InsetListingsParams.h"
 
index 3e69de486531b8662f8d1bd1076bb312ee553c7f..4d32318787f780daf0ac7b2cc4a441235cc22f60 100644 (file)
@@ -14,7 +14,7 @@
 
 #include <QComboBox>
 
-#include "VSpace.h"
+#include "Length.h"
 
 
 namespace lyx {