From 21742ad6d7b1b4d1bc00ca5025a4134d080924c1 Mon Sep 17 00:00:00 2001 From: harlekin Date: Fri, 14 Jun 2002 10:42:07 +0000 Subject: update --- (limited to 'core/applets/obex/obeximpl.cc') 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/"; -- cgit v0.9.0.2