summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-01-28 15:40:10 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-01-28 15:40:10 (GMT)
commitcca6d17a40e3435b3e41c09a5eba20f50b28e9ae (patch)
treef1135171e2c56f03f65405e54ceb47fb5d756d2c /src
parentc58ac55bbe65866db85ba1338642c00fe5cc2a70 (diff)
parent9fc350e8358f55c13169a9383bd2bd85592bb231 (diff)
downloadQt-cca6d17a40e3435b3e41c09a5eba20f50b28e9ae.zip
Qt-cca6d17a40e3435b3e41c09a5eba20f50b28e9ae.tar.gz
Qt-cca6d17a40e3435b3e41c09a5eba20f50b28e9ae.tar.bz2
Merge commit 'refs/merge-requests/388' of git://gitorious.org/qt/qt into integration
Conflicts: examples/dbus/dbus-chat/chat_adaptor.cpp examples/dbus/dbus-chat/chat_adaptor.h examples/dbus/dbus-chat/chat_interface.cpp examples/dbus/dbus-chat/chat_interface.h examples/dbus/remotecontrolledcar/car/car_adaptor.cpp examples/dbus/remotecontrolledcar/car/car_adaptor_p.h examples/dbus/remotecontrolledcar/controller/car_interface.cpp examples/dbus/remotecontrolledcar/controller/car_interface_p.h
Diffstat (limited to 'src')
-rw-r--r--src/corelib/kernel/qcoreevent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qcoreevent.cpp b/src/corelib/kernel/qcoreevent.cpp
index 3f69b4f..d177b26 100644
--- a/src/corelib/kernel/qcoreevent.cpp
+++ b/src/corelib/kernel/qcoreevent.cpp
@@ -331,7 +331,7 @@ QEvent::~QEvent()
equivalent of calling setAccepted(false).
Clearing the accept parameter indicates that the event receiver
- does not want the event. Unwanted events might be propgated to the
+ does not want the event. Unwanted events might be propagated to the
parent widget.
\sa accept()