summaryrefslogtreecommitdiff
path: root/core/applets/obex/obeximpl.cc
Unidiff
Diffstat (limited to 'core/applets/obex/obeximpl.cc') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/obex/obeximpl.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/applets/obex/obeximpl.cc b/core/applets/obex/obeximpl.cc
index 7df933a..da47e5b 100644
--- a/core/applets/obex/obeximpl.cc
+++ b/core/applets/obex/obeximpl.cc
@@ -126,7 +126,8 @@ void ObexImpl::slotReceivedFile( const QString &fileName ) {
126 } // now prompt and then add it 126 } // now prompt and then add it
127 127
128 m_recvgui->PixmapLabel->setPixmap(lnk.pixmap()); 128 m_recvgui->PixmapLabel->setPixmap(lnk.pixmap());
129 m_recvgui->TextLabel1_2->setText(lnk.name()); 129 m_recvgui->AppLabel->setText(lnk.name());
130 m_recvgui->FileLabel->setText(fileName);
130 m_recvgui->showMaximized(); 131 m_recvgui->showMaximized();
131 132
132 QCString str= "QPE/Application/"; 133 QCString str= "QPE/Application/";