From 387fb93b5be4e498ec27db459da7c8e809883b91 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 10 Jun 2010 09:03:54 +0000 Subject: [PATCH] Fix typo --- src/qmacapplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qmacapplication.cpp b/src/qmacapplication.cpp index eb0fc3a4f..90653b1c2 100644 --- a/src/qmacapplication.cpp +++ b/src/qmacapplication.cpp @@ -45,7 +45,7 @@ bool QMacApplication::event(QEvent * event) { return true; } default: - return QApplication::QtSingleApplication(event); + return QtSingleApplication::event(event); } }