diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:55 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:55 -0500 |
commit | 00d2ec14f24d1f263ca75890edf796b31ccb45d7 (patch) | |
tree | e870722f3f9a3959ef2b2b740ecc7e66aa4d3660 /kttsd | |
parent | e681083aa4d48a0ce5a02761dfc959e838c5654c (diff) | |
download | tdeaccessibility-00d2ec14f24d1f263ca75890edf796b31ccb45d7.tar.gz tdeaccessibility-00d2ec14f24d1f263ca75890edf796b31ccb45d7.zip |
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'kttsd')
-rw-r--r-- | kttsd/kttsjobmgr/kttsjobmgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/kttsjobmgr/kttsjobmgr.cpp b/kttsd/kttsjobmgr/kttsjobmgr.cpp index 8a2e0ef..93d66e1 100644 --- a/kttsd/kttsjobmgr/kttsjobmgr.cpp +++ b/kttsd/kttsjobmgr/kttsjobmgr.cpp @@ -243,7 +243,7 @@ KttsJobMgrPart::KttsJobMgrPart(TQWidget *parent, const char *name) : "The job will be spoken by the topmost Talker in the <b>Talkers</b> tab.</p>"); TQWhatsThis::add(btn, wt); connect (btn, TQT_SIGNAL(clicked()), this, TQT_SLOT(slot_speak_clipboard())); - btn = new TQPushButton(TDEGlobal::iconLoader()->loadIconSet("fileopen", TDEIcon::Small, 0, true), + btn = new TQPushButton(TDEGlobal::iconLoader()->loadIconSet("document-open", TDEIcon::Small, 0, true), i18n("Spea&k File"), hbox3, "speak_file"); wt = i18n( "<p>Prompts you for a file name and queues the contents of the file for speaking. " |