summaryrefslogtreecommitdiffstats
path: root/src/s60main
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2009-06-03 08:55:35 +0200
committerJason Barron <jbarron@trolltech.com>2009-06-03 08:55:35 +0200
commit6ea9dca71b58c51e8fdb44fdd7d9b2a0381538cb (patch)
treede2ce4cb764a3b3062afd0932f11bbfaa8905f86 /src/s60main
parent7a7a73184b5de3be3bb84df3991ca95461a711cc (diff)
Change function name to match symbianHandleCommand().
These functions are really Symbian functions and not S60 specific so they should be named as such. Also, our public API should use the Qt convention and not the Symbian convention so remove the 'L' even if it is a leaving function at the moment.
Diffstat (limited to 'src/s60main')
-rw-r--r--src/s60main/qts60mainappui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s60main/qts60mainappui.cpp b/src/s60main/qts60mainappui.cpp
index f7e570ba3d..49a3342706 100644
--- a/src/s60main/qts60mainappui.cpp
+++ b/src/s60main/qts60mainappui.cpp
@@ -86,7 +86,7 @@ void CQtS60MainAppUi::HandleResourceChangeL(TInt aType)
CAknAppUi::HandleResourceChangeL(aType);
if (qApp)
- qApp->s60ResourceChangeL(aType);
+ qApp->symbianResourceChange(aType);
}
void CQtS60MainAppUi::HandleWsEventL(const TWsEvent& aEvent, CCoeControl *control)