]> Git trees. - libqmvoc.git/commitdiff
icon renaming:
authorPino Toscano <pino@kde.org>
Sun, 21 Oct 2007 23:28:31 +0000 (23:28 +0000)
committerPino Toscano <pino@kde.org>
Sun, 21 Oct 2007 23:28:31 +0000 (23:28 +0000)
- calendar-today -> go-jump-today

svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=727865

extdate/extdatepicker.cpp

index 0a101f86db4cf2d4f5fdf5ded05b840d29f780f4..fc70bd20d2133aa755b28fb920a89620fc14db71 100644 (file)
@@ -146,7 +146,7 @@ void ExtDatePicker::init( const ExtDate &dt )
   d->selectWeek = new KComboBox(this);
   d->selectWeek->setEditable(false);  // read only week selection
   d->todayButton = new QToolButton(this);
-  d->todayButton->setIcon(KIcon("calendar-today"));
+  d->todayButton->setIcon(KIcon("go-jump-today"));
 
   yearForward->setToolTip(i18n("Next year"));
   yearBackward->setToolTip(i18n("Previous year"));