summaryrefslogtreecommitdiffstats
path: root/kpf
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:10:11 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:10:11 -0500
commitecc461cfc7c0790fca7bc78b736ebd45b6d3d702 (patch)
treedf50969031e2e7a82dcfd9fef711e168405f4c9d /kpf
parent88d7ebff6abf9536530707e79b9997ad2b24241b (diff)
downloadtdenetwork-ecc461cfc7c0790fca7bc78b736ebd45b6d3d702.tar.gz
tdenetwork-ecc461cfc7c0790fca7bc78b736ebd45b6d3d702.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
Diffstat (limited to 'kpf')
-rw-r--r--kpf/src/AppletItem.cpp4
-rw-r--r--kpf/src/BandwidthGraph.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/kpf/src/AppletItem.cpp b/kpf/src/AppletItem.cpp
index f83d94f3..862dbc36 100644
--- a/kpf/src/AppletItem.cpp
+++ b/kpf/src/AppletItem.cpp
@@ -87,7 +87,7 @@ namespace KPF
(SmallIcon("reload"), i18n("Restart"), Restart, Restart);
popup_->insertItem
- (SmallIcon("player_pause"), i18n("Pause"), Pause, Pause);
+ (SmallIcon("media-playback-pause"), i18n("Pause"), Pause, Pause);
monitorWindow_ = new ActiveMonitorWindow(server_);
@@ -176,7 +176,7 @@ namespace KPF
(Pause, SmallIcon("1rightarrow"), i18n("Unpause"));
else
popup_->changeItem
- (Pause, SmallIcon("player_pause"), i18n("Pause"));
+ (Pause, SmallIcon("media-playback-pause"), i18n("Pause"));
switch (popup_->exec(TQCursor::pos()))
{
diff --git a/kpf/src/BandwidthGraph.cpp b/kpf/src/BandwidthGraph.cpp
index 641c53f1..b36a1591 100644
--- a/kpf/src/BandwidthGraph.cpp
+++ b/kpf/src/BandwidthGraph.cpp
@@ -314,7 +314,7 @@ namespace KPF
{
if (server_->paused())
{
- overlayPixmap_ = SmallIcon("player_pause");
+ overlayPixmap_ = SmallIcon("media-playback-pause");
}
else
{