summaryrefslogtreecommitdiff
path: root/core/applets/obex/obeximpl.cc
authorharlekin <harlekin>2002-06-14 10:42:07 (UTC)
committer harlekin <harlekin>2002-06-14 10:42:07 (UTC)
commit21742ad6d7b1b4d1bc00ca5025a4134d080924c1 (patch) (side-by-side diff)
tree4e147f45afec7a9876090047196b6a4ec0f4e466 /core/applets/obex/obeximpl.cc
parenta014866573fc86bf63544d1f692ccdd94c0d104f (diff)
downloadopie-21742ad6d7b1b4d1bc00ca5025a4134d080924c1.zip
opie-21742ad6d7b1b4d1bc00ca5025a4134d080924c1.tar.gz
opie-21742ad6d7b1b4d1bc00ca5025a4134d080924c1.tar.bz2
update
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 ) {
} // now prompt and then add it
m_recvgui->PixmapLabel->setPixmap(lnk.pixmap());
- m_recvgui->TextLabel1_2->setText(lnk.name());
+ m_recvgui->AppLabel->setText(lnk.name());
+ m_recvgui->FileLabel->setText(fileName);
m_recvgui->showMaximized();
QCString str= "QPE/Application/";