summaryrefslogtreecommitdiffstats
path: root/tdeui/tests
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
commitce1138c8ba3865132c2ea42d119f68a5417458ad (patch)
tree40453be7f11591c2a5851c86af291692a1a824b3 /tdeui/tests
parentbab4f22f92cb4960c7a7c17845813de2082ffdc9 (diff)
downloadtdelibs-ce1138c8ba3865132c2ea42d119f68a5417458ad.tar.gz
tdelibs-ce1138c8ba3865132c2ea42d119f68a5417458ad.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 'tdeui/tests')
-rw-r--r--tdeui/tests/kxmlguitest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/kxmlguitest.cpp b/tdeui/tests/kxmlguitest.cpp
index 1a79526aa..b72e9dc68 100644
--- a/tdeui/tests/kxmlguitest.cpp
+++ b/tdeui/tests/kxmlguitest.cpp
@@ -47,7 +47,7 @@ int main( int argc, char **argv )
Client *part = new Client;
- (void)new TDEAction( "decfont", "viewmag-", 0, 0, 0, part->actionCollection(), "decFontSizes" );
+ (void)new TDEAction( "decfont", "zoom-out", 0, 0, 0, part->actionCollection(), "decFontSizes" );
(void)new TDEAction( "sec", "unlock", Qt::ALT + Qt::Key_1, part, TQT_SLOT( slotSec() ), part->actionCollection(), "security" );
part->setXMLFile( "./kxmlguitest_part.rc" );