diff options
Diffstat (limited to 'src/cuesheeteditor.cpp')
-rwxr-xr-x | src/cuesheeteditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuesheeteditor.cpp b/src/cuesheeteditor.cpp index 70619f0..9fcb9a3 100755 --- a/src/cuesheeteditor.cpp +++ b/src/cuesheeteditor.cpp @@ -73,7 +73,7 @@ CuesheetEditor::CuesheetEditor( TQWidget *parent, const char *name, bool modal, this, TQT_SLOT(help()) ); - pGenerate = new KPushButton( iconLoader->loadIcon("filenew",TDEIcon::Small), i18n("Generate"), this, "pGenerate" ); + pGenerate = new KPushButton( iconLoader->loadIcon("document-new",TDEIcon::Small), i18n("Generate"), this, "pGenerate" ); buttonBox->addWidget( pGenerate ); connect( pGenerate, TQT_SIGNAL(clicked()), this, TQT_SLOT(generate()) |