aboutsummaryrefslogtreecommitdiffstats
path: root/src/macextras/qmactoolbardelegate.mm
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@digia.com>2013-04-11 09:09:15 +0200
committerMorten Johan Sørvig <morten.sorvig@digia.com>2013-04-11 14:05:58 +0200
commit94d81270509dbb438bf21790f9932123a77a8c3c (patch)
tree2c777b0cdf9ad76cf63f2634b5875a6c890b946f /src/macextras/qmactoolbardelegate.mm
parent671ebc828ed2fd5e29d6812929f82764a690fdd8 (diff)
Rename QtMacToolbarDelegate / QtNSToolbarNotifier
Change-Id: Ia81bee1255388969df395ca92f040bd6fd8da35d Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.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 4a5d712..6b3c3d5 100644
--- a/src/macextras/qmactoolbardelegate.mm
+++ b/src/macextras/qmactoolbardelegate.mm
@@ -87,7 +87,7 @@ QString qt_strippedText(QString s)
return s.trimmed();
}
-@implementation QtMacToolbarDelegate
+@implementation QMacToolbarDelegate
- (NSArray *)toolbarDefaultItemIdentifiers:(NSToolbar*)toolbar
{