summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:10:12 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:10:12 -0500
commit806f3d2339117d40f6487c4ea01faf2df9ad955c (patch)
tree903685f1d39d720ecb65f290b20936d01c46866e
parent3a884685ff7e33af277d54b476061e9a5b3003a6 (diff)
downloadtdeutils-806f3d2339117d40f6487c4ea01faf2df9ad955c.tar.gz
tdeutils-806f3d2339117d40f6487c4ea01faf2df9ad955c.zip
Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
-rw-r--r--ark/mainwindow.cpp2
-rw-r--r--ktimer/ktimer.cpp8
2 files changed, 5 insertions, 5 deletions
diff --git a/ark/mainwindow.cpp b/ark/mainwindow.cpp
index 0b3872e..4726989 100644
--- a/ark/mainwindow.cpp
+++ b/ark/mainwindow.cpp
@@ -109,7 +109,7 @@ MainWindow::~MainWindow()
void
MainWindow::setupActions()
{
- newWindowAction = new TDEAction(i18n("New &Window"), "window_new", TDEShortcut(), TQT_TQOBJECT(this),
+ newWindowAction = new TDEAction(i18n("New &Window"), "window-new", TDEShortcut(), TQT_TQOBJECT(this),
TQT_SLOT(file_newWindow()), actionCollection(), "new_window");
newArchAction = KStdAction::openNew(TQT_TQOBJECT(this), TQT_SLOT(file_new()), actionCollection());
diff --git a/ktimer/ktimer.cpp b/ktimer/ktimer.cpp
index d8020a6..3a3cef8 100644
--- a/ktimer/ktimer.cpp
+++ b/ktimer/ktimer.cpp
@@ -75,8 +75,8 @@ public:
setText( 1, TQString::number(m_job->delay()) );
switch( m_job->state() ) {
- case KTimerJob::Stopped: setPixmap( 2, SmallIcon("player_stop") ); break;
- case KTimerJob::Paused: setPixmap( 2, SmallIcon("player_pause") ); break;
+ case KTimerJob::Stopped: setPixmap( 2, SmallIcon("media-playback-stop") ); break;
+ case KTimerJob::Paused: setPixmap( 2, SmallIcon("media-playback-pause") ); break;
case KTimerJob::Started: setPixmap( 2, SmallIcon("1rightarrow") ); break;
}
@@ -105,8 +105,8 @@ KTimerPref::KTimerPref( TQWidget *parent, const char *name )
d->jobs.setAutoDelete( true );
// set icons
- m_stop->setIconSet( SmallIconSet("player_stop") );
- m_pause->setIconSet( SmallIconSet("player_pause") );
+ m_stop->setIconSet( SmallIconSet("media-playback-stop") );
+ m_pause->setIconSet( SmallIconSet("media-playback-pause") );
m_start->setIconSet( SmallIconSet("1rightarrow") );
// create tray icon