aboutsummaryrefslogtreecommitdiffstats
path: root/src/macextras/qmactoolbardelegate.mm
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-09-04 08:18:01 -0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-04 14:42:13 +0200
commit7b6e8623056840155b7d5530b161ed93f7b14aa0 (patch)
tree0226594dcbc9e1bfed911f2dabcf0c7927924baa /src/macextras/qmactoolbardelegate.mm
parentfc383361488ce507ebb113f9deaa745b2752f1dd (diff)
Privatise private headers and modules.
Change-Id: Iaad9cdc897ba19acfdbfc136e4baf959cabc3f70 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'src/macextras/qmactoolbardelegate.mm')
-rw-r--r--src/macextras/qmactoolbardelegate.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macextras/qmactoolbardelegate.mm b/src/macextras/qmactoolbardelegate.mm
index 6620946..43fcfe8 100644
--- a/src/macextras/qmactoolbardelegate.mm
+++ b/src/macextras/qmactoolbardelegate.mm
@@ -40,7 +40,7 @@
****************************************************************************/
#include "qmacfunctions.h"
-#include "qmactoolbardelegate.h"
+#include "qmactoolbardelegate_p.h"
#include <QAction>
#include <QImage>
#include <QPixmap>