summaryrefslogtreecommitdiffstats
path: root/quanta/src/quantaview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/src/quantaview.cpp')
-rw-r--r--quanta/src/quantaview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/src/quantaview.cpp b/quanta/src/quantaview.cpp
index 158ba563..6d3ef86f 100644
--- a/quanta/src/quantaview.cpp
+++ b/quanta/src/quantaview.cpp
@@ -289,7 +289,7 @@ void QuantaView::updateTab()
// try to set the icon from mimetype
TQIconSet mimeIcon (KMimeType::pixmapForURL(m_document->url(), 0, TDEIcon::Small));
if (mimeIcon.isNull())
- mimeIcon = TQIconSet(SmallIcon("document"));
+ mimeIcon = TQIconSet(SmallIcon("text-x-generic"));
TQString urlStr = QExtFileInfo::shortName(m_document->url().path());
if (m_document->isModified())
{