From 0e719356adabb891fd4123253731012a4f27e03b Mon Sep 17 00:00:00 2001 From: harlekin Date: Fri, 14 Jun 2002 13:30:54 +0000 Subject: close --- (limited to 'core') diff --git a/core/applets/obex/obeximpl.cc b/core/applets/obex/obeximpl.cc index eb0e67b..7331bba 100644 --- a/core/applets/obex/obeximpl.cc +++ b/core/applets/obex/obeximpl.cc @@ -130,9 +130,9 @@ void ObexImpl::slotReceivedFile( const QString &fileName ) { } } // now prompt and then add it - m_recvgui->PixmapLabel->setPixmap(lnk.pixmap()); - m_recvgui->AppLabel->setText(lnk.name()); - m_recvgui->FileLabel->setText(fileName); + m_recvgui->PixmapLabel->setPixmap( lnk.pixmap() ); + m_recvgui->AppLabel->setText( "" + exec + "" ); + m_recvgui->FileLabel->setText( lnk.name() ); m_recvgui->showMaximized(); if( m_recvgui->exec() != -1 ) { QCString str= "QPE/Application/"; @@ -141,12 +141,10 @@ void ObexImpl::slotReceivedFile( const QString &fileName ) { QCopEnvelope e(str , "setDocument(QString)" ); e << fileName; } - } -Q_EXPORT_INTERFACE() -{ +Q_EXPORT_INTERFACE() { Q_CREATE_INSTANCE( ObexImpl ) } -- cgit v0.9.0.2