diff options
Diffstat (limited to 'kdevdesigner/designer/listvieweditorimpl.cpp')
| -rw-r--r-- | kdevdesigner/designer/listvieweditorimpl.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kdevdesigner/designer/listvieweditorimpl.cpp b/kdevdesigner/designer/listvieweditorimpl.cpp index 9e6c54ed..bd6c0e64 100644 --- a/kdevdesigner/designer/listvieweditorimpl.cpp +++ b/kdevdesigner/designer/listvieweditorimpl.cpp @@ -127,7 +127,7 @@ ListViewEditor::ListViewEditor( TQWidget *parent, TQListView *lv, FormWindow *fw  void ListViewEditor::applyClicked()  {      setupItems(); -    PopulateListViewCommand *cmd = new PopulateListViewCommand( i18n( "Edit the Items and Columns of '%1'" ).tqarg( listview->name() ), +    PopulateListViewCommand *cmd = new PopulateListViewCommand( i18n( "Edit the Items and Columns of '%1'" ).arg( listview->name() ),  								formwindow, listview, itemsPreview );      cmd->execute();      formwindow->commandHistory()->addCommand( cmd ); | 
