From 1c53bf78a70a66d8ec15a77cbf98606694d7e6e7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:20:11 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- quanta/src/quantaview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quanta/src/quantaview.cpp') diff --git a/quanta/src/quantaview.cpp b/quanta/src/quantaview.cpp index e8d6c6a0..d5dabb1e 100644 --- a/quanta/src/quantaview.cpp +++ b/quanta/src/quantaview.cpp @@ -287,7 +287,7 @@ void QuantaView::updateTab() if (m_document) { // try to set the icon from mimetype - TQIconSet mimeIcon (KMimeType::pixmapForURL(m_document->url(), 0, KIcon::Small)); + TQIconSet mimeIcon (KMimeType::pixmapForURL(m_document->url(), 0, TDEIcon::Small)); if (mimeIcon.isNull()) mimeIcon = TQIconSet(SmallIcon("document")); TQString urlStr = QExtFileInfo::shortName(m_document->url().path()); -- cgit v1.2.1