summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 18:03:33 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-10-20 18:03:33 -0500
commit22d1ab9eccc005b0497cff131593e6b9ff96e7c2 (patch)
tree3e5d6544b385bf0f8f0268201441c0388e10bb0b
parent4037eb7e84eda2b72a456cf7ff19182c2d4a1f7a (diff)
downloadqt3-22d1ab9e.tar.gz
qt3-22d1ab9e.zip
Fix tdebindings FTBFS
-rw-r--r--src/kernel/qstyle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kernel/qstyle.h b/src/kernel/qstyle.h
index 1d20b8c..27dbb07 100644
--- a/src/kernel/qstyle.h
+++ b/src/kernel/qstyle.h
@@ -205,7 +205,10 @@ class QStyleControlElementTabBarData {
int currentTabIndex;
QTabBar::Shape shape;
TabIdentifierIndexMap identIndexMap;
+#ifdef Q_QDOC
+#else
QStyleControlElementGenericWidgetData cornerWidgets[4];
+#endif
enum CornerWidgetLocation {
CWL_TopLeft = 0,