diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 20:10:12 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 20:10:12 -0500 |
commit | 6d3dca838492ddc6596d110ec11a9d5d75bbd6d4 (patch) | |
tree | b2c80c69618d12286a8e5f29cf6e9ad70b531b88 /buildtools/autotools/autosubprojectview.cpp | |
parent | fd06cd80d2fb44f970b3d7b026f9eb3c330a46cf (diff) | |
download | tdevelop-6d3dca838492ddc6596d110ec11a9d5d75bbd6d4.tar.gz tdevelop-6d3dca838492ddc6596d110ec11a9d5d75bbd6d4.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 'buildtools/autotools/autosubprojectview.cpp')
-rw-r--r-- | buildtools/autotools/autosubprojectview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/autotools/autosubprojectview.cpp b/buildtools/autotools/autosubprojectview.cpp index 01428eb3..005ae123 100644 --- a/buildtools/autotools/autosubprojectview.cpp +++ b/buildtools/autotools/autosubprojectview.cpp @@ -212,7 +212,7 @@ void AutoSubprojectView::initActions() addServiceAction->plug( m_button3 ); TQToolTip::add( m_button4, tr2i18n( "Add Application...")); - addApplicationAction = new AutoToolsAction( i18n( "Add Application..." ), "window_new", 0, TQT_TQOBJECT(this), + addApplicationAction = new AutoToolsAction( i18n( "Add Application..." ), "window-new", 0, TQT_TQOBJECT(this), TQT_SLOT( slotAddApplication() ), actions, "add application" ); addApplicationAction->setWhatsThis(i18n("<qt><b>Add application</b><p>Creates an application .desktop file.</qt>")); addApplicationAction->plug( m_button4 ); |