[Pikloops-svn] SF.net SVN: pikloops:[196] prog/trunk/src/pikloops.cpp
Brought to you by:
dionysos-sf
From: <dio...@us...> - 2012-10-15 08:31:46
|
Revision: 196 http://pikloops.svn.sourceforge.net/pikloops/?rev=196&view=rev Author: dionysos-sf Date: 2012-10-15 08:31:37 +0000 (Mon, 15 Oct 2012) Log Message: ----------- KDE4 icons Modified Paths: -------------- prog/trunk/src/pikloops.cpp Modified: prog/trunk/src/pikloops.cpp =================================================================== --- prog/trunk/src/pikloops.cpp 2012-10-15 08:27:33 UTC (rev 195) +++ prog/trunk/src/pikloops.cpp 2012-10-15 08:31:37 UTC (rev 196) @@ -11,7 +11,7 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + *# * You should have received a copy of the GNU General Public License * along with this program; if not, write to the * Free Software Foundation, Inc., @@ -46,12 +46,12 @@ KAction* action = actionCollection()->addAction("copy_all", this, SLOT(slotCopy())); action->setText(i18n("Copy &All")); - action->setIcon(KIcon("copy")); + action->setIcon(KIcon("edit-copy")); action->setShortcut(Qt::CTRL + Qt::Key_A); action = actionCollection()->addAction("calculate", this, SLOT(slotCalculate())); action->setText(i18n("Ca&lculate")); - action->setIcon(KIcon("kcalc")); + action->setIcon(KIcon("accessories-calculator")); action->setShortcut(Qt::CTRL + Qt::Key_L); KStandardAction::quit(kapp, SLOT(closeAllWindows()), actionCollection()); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |