SVN commit 752813 by jpetso: Icon renaming (code changes - KOffice): history -> view-history M +1 -1 kexiquerydesignersql.cpp --- trunk/koffice/kexi/plugins/queries/kexiquerydesignersql.cpp #752812:752813 @@ -210,7 +210,7 @@ connect(a, SIGNAL(triggered()), this, SLOT(slotCheckQuery())); viewActions << (d->action_toggle_history = new KAction( - KIcon("history"), i18n("Show SQL History"), this )); + KIcon("view-history"), i18n("Show SQL History"), this )); a = d->action_toggle_history; a->setCheckable(true); a->setObjectName("querypart_view_toggle_history");