]> git.lyx.org Git - features.git/commitdiff
* GCC: "QString is an incomplete type"
authorStefan Schimanski <sts@lyx.org>
Tue, 5 Feb 2008 13:22:50 +0000 (13:22 +0000)
committerStefan Schimanski <sts@lyx.org>
Tue, 5 Feb 2008 13:22:50 +0000 (13:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22788 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/Dialog.h

index 43ae785ac6beb6e2bc5001af6da710ab378a970c..d54dd70f3807f17238a80edec2c44689e158723d 100644 (file)
@@ -14,9 +14,9 @@
 
 #include "lfuns.h"
 
+#include <QString.h>
 #include <string>
 
-class QString;
 class QWidget;
 
 namespace lyx {