Fixed compilation

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1107499 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent d51b6688a7
commit 0577116111

@ -178,7 +178,7 @@ void IncomingTransfer::processMessage(const Message& message)
{
// Data preparation message.
if (m_tempFile.name.isEmpty() == false) {
QFile::remove(m_tempFile.name());
QFile::remove(m_tempFile->name());
}
m_tempFile = new KTempFile(locateLocal("tmp", "msnpicture--"), ".png");
m_tempFile->setAutoDelete(true);

Loading…
Cancel
Save