From fcd114f480ade56a946278ecb7acbcbc8686a8c6 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 21 Mar 2012 16:39:07 -0500 Subject: Fix references of K Menu -> TDE Menu. --- kicker/menuext/tom/tom.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kicker/menuext') diff --git a/kicker/menuext/tom/tom.cc b/kicker/menuext/tom/tom.cc index e7505867a..cdedfc73d 100644 --- a/kicker/menuext/tom/tom.cc +++ b/kicker/menuext/tom/tom.cc @@ -340,13 +340,13 @@ int TOM::appendTaskGroup(KConfig& config, bool inSubMenu) } else { - + TQIconSet iconset = BarIconSet(icon, 22); if (iconset.isNull()) taskGroup->insertItem(name, m_maxIndex); else taskGroup->insertItem(iconset, name, m_maxIndex); - + } m_tasks.insert(m_maxIndex, pService); @@ -619,7 +619,7 @@ void TOM::removeTask() } } -// TODO: should we have a side graphic like the K Menu? personally, i don't +// TODO: should we have a side graphic like the TDE Menu? personally, i don't // think it helps usability. it's nice for branding, but that's it. perhaps a // top image, or something blended with the actual menu background? deffinitely // a job for a graphic artist. -- cgit v1.2.3