summaryrefslogtreecommitdiffstats
path: root/buildtools
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:10:12 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 20:10:12 -0500
commit6d3dca838492ddc6596d110ec11a9d5d75bbd6d4 (patch)
treeb2c80c69618d12286a8e5f29cf6e9ad70b531b88 /buildtools
parentfd06cd80d2fb44f970b3d7b026f9eb3c330a46cf (diff)
downloadtdevelop-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.cpp2
-rw-r--r--buildtools/autotools/autosubprojectview.cpp2
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 );