summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-05-07 22:05:51 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-05-07 22:05:51 +0200
commitb597565788ae430ed26201fc050685cc81050d93 (patch)
treee2bb1962a4265cab0015a417df256e62913479cc
parentdb3dfd03c603589463ee44c0ed14dda0a16ee5cf (diff)
fix for QtWidget include
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index dd88acc07e..d0627b5c02 100644
--- a/sync.profile
+++ b/sync.profile
@@ -32,7 +32,7 @@
%mastercontent = (
"core" => "#include <QtCore/QtCore>\n",
"gui" => "#include <QtGui/QtGui>\n",
- "widgets" => "#include <QtGui/QtWidgets>\n",
+ "widgets" => "#include <QtWidgets/QtWidgets>\n",
"network" => "#include <QtNetwork/QtNetwork>\n",
"opengl" => "#include <QtOpenGL/QtOpenGL>\n",
"xml" => "#include <QtXml/QtXml>\n",