summaryrefslogtreecommitdiffstats
path: root/ksirc/mditoplevel.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:58 -0500
commit88d7ebff6abf9536530707e79b9997ad2b24241b (patch)
treeea676ef619ef1e2120630d1d1e9a7ff3904e396e /ksirc/mditoplevel.cpp
parent7c7af10eb50f1eed70b09281f1e9764483de63b4 (diff)
downloadtdenetwork-88d7ebff6abf9536530707e79b9997ad2b24241b.tar.gz
tdenetwork-88d7ebff6abf9536530707e79b9997ad2b24241b.zip
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
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 4e67b5d0..e43982ff 100644
--- a/ksirc/mditoplevel.cpp
+++ b/ksirc/mditoplevel.cpp
@@ -54,7 +54,7 @@ MDITopLevel::MDITopLevel(TQWidget *parent, const char *name)
m_addressedIcon = UserIcon( "info" );
m_pop = new TDEPopupMenu(m_tab, "");
- m_pop->insertItem( SmallIcon("fileclose"), i18n("Close"), this, TQT_SLOT( slotCloseLastWid() ));
+ m_pop->insertItem( SmallIcon("window-close"), i18n("Close"), this, TQT_SLOT( slotCloseLastWid() ));
}