summaryrefslogtreecommitdiffstats
path: root/redhat/kdevelop/kdevelop-3.5.13-kdevdesigner-ftbfs.patch
blob: 590aa40bf00568a53cf53c53fedd33561fa19a9b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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 );
 }