summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 11:55:00 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 11:55:00 -0500
commit1774bba7fa22ff7c882056f334bcdf24435e6195 (patch)
tree69de0bffc83a38e4918b8dd1ebf874cb3566159f /lib
parent4d065be81fc8d312d1d65cb5ec6b0b86e9c72529 (diff)
downloadkoffice-1774bba7fa22ff7c882056f334bcdf24435e6195.tar.gz
koffice-1774bba7fa22ff7c882056f334bcdf24435e6195.zip
Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown
Diffstat (limited to 'lib')
-rw-r--r--lib/kofficeui/KoInsertLink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficeui/KoInsertLink.cpp b/lib/kofficeui/KoInsertLink.cpp
index 1e1a2660..c0866e3d 100644
--- a/lib/kofficeui/KoInsertLink.cpp
+++ b/lib/kofficeui/KoInsertLink.cpp
@@ -42,7 +42,7 @@ KoInsertLinkDia::KoInsertLinkDia( TQWidget *parent, const char *name, bool displ
KDialogBase::Ok, parent, name )
{
bookmarkLink = 0L;
- TQVBox *page=addVBoxPage(i18n("Internet"), TQString(),BarIcon("html",TDEIcon::SizeMedium));
+ TQVBox *page=addVBoxPage(i18n("Internet"), TQString(),BarIcon("text-html",TDEIcon::SizeMedium));
internetLink = new internetLinkPage(page );
connect(internetLink,TQT_SIGNAL(textChanged()),this,TQT_SLOT(slotTextChanged ( )));