diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 20:10:12 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 20:10:12 -0500 |
commit | 6d3dca838492ddc6596d110ec11a9d5d75bbd6d4 (patch) | |
tree | b2c80c69618d12286a8e5f29cf6e9ad70b531b88 /buildtools | |
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')
-rw-r--r-- | buildtools/autotools/addapplicationdlg.cpp | 2 | ||||
-rw-r--r-- | buildtools/autotools/autosubprojectview.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/autotools/addapplicationdlg.cpp b/buildtools/autotools/addapplicationdlg.cpp index a8f56a03..af275e37 100644 --- a/buildtools/autotools/addapplicationdlg.cpp +++ b/buildtools/autotools/addapplicationdlg.cpp @@ -63,7 +63,7 @@ AddApplicationDialog::AddApplicationDialog(AutoProjectWidget *widget, Subproject for (it = l.begin(); it != l.end(); ++it) new TQListViewItem(availtypes_listview, (*it)->name()); - setIcon ( SmallIcon ( "window_new" ) ); + setIcon ( SmallIcon ( "window-new" ) ); } 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 ); |