summaryrefslogtreecommitdiffstats
path: root/examples/qtmail/readmail.cpp
diff options
Diffstat (limited to 'examples/qtmail/readmail.cpp')
-rw-r--r--examples/qtmail/readmail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtmail/readmail.cpp b/examples/qtmail/readmail.cpp
index 5fd6c3c5..ed71aedd 100644
--- a/examples/qtmail/readmail.cpp
+++ b/examples/qtmail/readmail.cpp
@@ -277,7 +277,7 @@ void ReadMail::updateView(QMailViewerFactory::PresentationType type)
void ReadMail::keyPressEvent(QKeyEvent *e)
{
- switch( e->key() ) {
+ switch ( e->key() ) {
default:
QWidget::keyPressEvent( e );
}