summaryrefslogtreecommitdiffstats
path: root/konqueror/about
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:10:05 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:10:05 -0500
commitaa8b192b5e9d0cd49e07e89fd0eaa567121ae1d3 (patch)
tree33c4e853e7520e62bba344641b0604e02afc9923 /konqueror/about
parentab197a37e3e362ae3980f5bdd9840b0e4703e370 (diff)
downloadtdebase-aa8b192b5e9d0cd49e07e89fd0eaa567121ae1d3.tar.gz
tdebase-aa8b192b5e9d0cd49e07e89fd0eaa567121ae1d3.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 'konqueror/about')
-rw-r--r--konqueror/about/konq_aboutpage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/about/konq_aboutpage.cc b/konqueror/about/konq_aboutpage.cc
index c06331994..a94f2d554 100644
--- a/konqueror/about/konq_aboutpage.cc
+++ b/konqueror/about/konq_aboutpage.cc
@@ -342,7 +342,7 @@ TQString KonqAboutPageFactory::tips()
TQString locationbar_erase_icon_path =
iconloader->iconPath("locationbar_erase", TDEIcon::Small );
TQString window_fullscreen_icon_path =
- iconloader->iconPath("window_fullscreen", TDEIcon::Small );
+ iconloader->iconPath("view-fullscreen", TDEIcon::Small );
TQString view_left_right_icon_path =
iconloader->iconPath("view_left_right", TDEIcon::Small );
TQString continue_icon_path = TQApplication::reverseLayout()?iconloader->iconPath("1leftarrow", TDEIcon::Small ):iconloader->iconPath("1rightarrow", TDEIcon::Small );