diff options
Diffstat (limited to 'kdevdesigner/designer/listboxeditorimpl.cpp')
| -rw-r--r-- | kdevdesigner/designer/listboxeditorimpl.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kdevdesigner/designer/listboxeditorimpl.cpp b/kdevdesigner/designer/listboxeditorimpl.cpp index 98c5c835..db3ddcc8 100644 --- a/kdevdesigner/designer/listboxeditorimpl.cpp +++ b/kdevdesigner/designer/listboxeditorimpl.cpp @@ -161,7 +161,7 @@ void ListBoxEditor::applyClicked()  	items.append( item );      } -    PopulateListBoxCommand *cmd = new PopulateListBoxCommand( i18n( "Edit the Items of '%1'" ).tqarg( listbox->name() ), +    PopulateListBoxCommand *cmd = new PopulateListBoxCommand( i18n( "Edit the Items of '%1'" ).arg( listbox->name() ),  							      formwindow, listbox, items );      cmd->execute();      formwindow->commandHistory()->addCommand( cmd ); | 
