You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
401 B
12 lines
401 B
--- kdevelop/kdevdesigner/designer/listeditor.ui.h.ORI 2011-10-30 13:30:56.655489268 +0100
|
|
+++ kdevelop/kdevdesigner/designer/listeditor.ui.h 2011-10-30 13:31:00.782489292 +0100
|
|
@@ -30,7 +30,7 @@
|
|
{
|
|
QListViewItem *i = new QListViewItem( listview, listview->lastItem() );
|
|
i->setRenameEnabled( 0, TRUE );
|
|
- tqApp->processEvents();
|
|
+ qApp->processEvents();
|
|
i->startRename( 0 );
|
|
}
|
|
|