From ac93bc384e2addf1f23c1300a6c4c916b252b05b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 13:24:58 -0500 Subject: Fix remaining issues from mimetype icon rename --- kftpgrabber/src/mainwindow.cpp | 2 +- kftpgrabber/src/widgets/failedtransfers.cpp | 2 +- kftpgrabber/src/widgets/systemtray.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kftpgrabber') diff --git a/kftpgrabber/src/mainwindow.cpp b/kftpgrabber/src/mainwindow.cpp index 9c01601..add3751 100644 --- a/kftpgrabber/src/mainwindow.cpp +++ b/kftpgrabber/src/mainwindow.cpp @@ -393,7 +393,7 @@ void MainWindow::initMainView() // Add some sidebars that can't be added before the session manager is created m_bottomSidebar->addSidebar(new KFTPWidgets::ThreadView(0, "threads"), i18n("Threads"), "socket"); - m_bottomSidebar->addSidebar(KFTPSession::Manager::self()->getStatTabs(), i18n("Log"), "info"); + m_bottomSidebar->addSidebar(KFTPSession::Manager::self()->getStatTabs(), i18n("Log"), "application-vnd.tde.info"); m_bottomSidebar->addSidebar(m_trafficGraph, i18n("Traffic"), "share"); } diff --git a/kftpgrabber/src/widgets/failedtransfers.cpp b/kftpgrabber/src/widgets/failedtransfers.cpp index 752ca59..dfe11d1 100644 --- a/kftpgrabber/src/widgets/failedtransfers.cpp +++ b/kftpgrabber/src/widgets/failedtransfers.cpp @@ -72,7 +72,7 @@ FailedTransferItem::FailedTransferItem(KFTPQueue::FailedTransfer *transfer, TQLi setText(1, TDEIO::convertSize(transfer->getTransfer()->getActualSize())); setText(2, TQString::number(transfer->getTransfer()->getId())); - setPixmap(0, loadSmallPixmap("info")); + setPixmap(0, loadSmallPixmap("application-vnd.tde.info")); } TDEActionCollection *FailedTransfers::actionCollection() diff --git a/kftpgrabber/src/widgets/systemtray.cpp b/kftpgrabber/src/widgets/systemtray.cpp index e4cbba3..7cd851d 100644 --- a/kftpgrabber/src/widgets/systemtray.cpp +++ b/kftpgrabber/src/widgets/systemtray.cpp @@ -104,7 +104,7 @@ void SystemTray::showBalloon(const TQString &text) delete m_balloon; } - m_balloon = new Balloon("KFTPGrabber
" + text + "
", "info"); + m_balloon = new Balloon("KFTPGrabber
" + text + "
", "application-vnd.tde.info"); m_balloon->setAnchor(mapToGlobal(pos())); m_balloon->show(); KWin::setOnAllDesktops(m_balloon->winId() , true); -- cgit v1.2.1