From 951915edc6f863724d83502e7486c73d25892d1d Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Mon, 21 Sep 2009 10:03:48 +0200 Subject: Compile fix for non-Symbian. updateSoftKeys_sys() is now a member of QSoftKeyManagerPrivate Reviewed-by: Jason Barron --- src/gui/kernel/qsoftkeymanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/kernel/qsoftkeymanager.cpp b/src/gui/kernel/qsoftkeymanager.cpp index 0b5f56a..afb7698 100644 --- a/src/gui/kernel/qsoftkeymanager.cpp +++ b/src/gui/kernel/qsoftkeymanager.cpp @@ -256,7 +256,7 @@ bool QSoftKeyManager::handleCommand(int command) #else -void QSoftKeyManager::updateSoftKeys_sys(const QList &) +void QSoftKeyManagerPrivate::updateSoftKeys_sys(const QList &) { } -- cgit v0.12