summaryrefslogtreecommitdiffstats
path: root/ksirc/mditoplevel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/mditoplevel.cpp')
-rw-r--r--ksirc/mditoplevel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirc/mditoplevel.cpp b/ksirc/mditoplevel.cpp
index e43982ff..2f00a646 100644
--- a/ksirc/mditoplevel.cpp
+++ b/ksirc/mditoplevel.cpp
@@ -51,7 +51,7 @@ MDITopLevel::MDITopLevel(TQWidget *parent, const char *name)
resize(config->readSizeEntry( "TopLevelSize", &s ));
m_dirtyIcon = UserIcon( "star" );
- m_addressedIcon = UserIcon( "info" );
+ m_addressedIcon = UserIcon( "application-vnd.tde.info" );
m_pop = new TDEPopupMenu(m_tab, "");
m_pop->insertItem( SmallIcon("window-close"), i18n("Close"), this, TQT_SLOT( slotCloseLastWid() ));