summaryrefslogtreecommitdiff
path: root/core/obex/obexhandler.cpp
Side-by-side diff
Diffstat (limited to 'core/obex/obexhandler.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/obex/obexhandler.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/obex/obexhandler.cpp b/core/obex/obexhandler.cpp
index 5aaf63c..c237555 100644
--- a/core/obex/obexhandler.cpp
+++ b/core/obex/obexhandler.cpp
@@ -3,2 +3,3 @@
#include <qpe/qcopenvelope_qws.h>
+#include <qpe/qpeapplication.h>
@@ -28,3 +29,3 @@ void ObexHandler::doSend(const QString& str, const QString& desc) {
m_sender->raise();
- m_sender->showMaximized();
+ QPEApplication::showWidget( m_sender );
connect(m_sender, SIGNAL(done() ),