]> git.lyx.org Git - features.git/commitdiff
revert r16260
authorBo Peng <bpeng@lyx.org>
Wed, 13 Dec 2006 16:23:29 +0000 (16:23 +0000)
committerBo Peng <bpeng@lyx.org>
Wed, 13 Dec 2006 16:23:29 +0000 (16:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16266 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/filename.C
src/support/qstring_helpers.C
src/support/qstring_helpers.h

index 3d88f0bc77ec8871fca8f1d53567570c1fae4206..8b8a4aee57b8b5d0a0185a8c22f3cf56f338f596 100644 (file)
@@ -16,7 +16,7 @@
 #include "support/os.h"
 #include "support/qstring_helpers.h"
 
-#include <QtCore/QFile>
+#include <QFile>
 
 #include <boost/assert.hpp>
 
index 5f00c8596c5bf331c7eebce2320e9dbb4d3627c4..d1a2ef8a6dbc3d7803aa5af83297af9158705e0b 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "qstring_helpers.h"
 
-#include <QtCore/QVector>
+#include <QVector>
 
 
 namespace lyx {
index 04940e478c338814a109c3d791e4344e041261c9..d1525de8f4b9536bfe24af0898c3b72f0e2f4ac7 100644 (file)
@@ -14,8 +14,8 @@
 
 #include "support/docstring.h"
 
-#include <QtCore/QChar>
-#include <QtCore/QString>
+#include <QChar>
+#include <QString>
 
 #include <boost/assert.hpp>