]> git.lyx.org Git - features.git/commitdiff
Use better include for 'struct QHeaderView'
authorKornel Benko <kornel@lyx.org>
Mon, 1 Feb 2010 09:54:41 +0000 (09:54 +0000)
committerKornel Benko <kornel@lyx.org>
Mon, 1 Feb 2010 09:54:41 +0000 (09:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33309 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiRef.cpp

index 373cc19e489b9c16fa8579460d5c8eb0bb29837f..2b2549874c8f62828034793af8d9309a1ee63538 100644 (file)
@@ -32,7 +32,7 @@
 #include <QPushButton>
 #include <QToolTip>
 #include <QCloseEvent>
-#include <QtGui>
+#include <QHeaderView>
 
 using namespace std;
 using namespace lyx::support;