summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/listeditor.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdevdesigner/designer/listeditor.ui.h')
-rw-r--r--kdevdesigner/designer/listeditor.ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdevdesigner/designer/listeditor.ui.h b/kdevdesigner/designer/listeditor.ui.h
index cd0aa7f0..7f179cef 100644
--- a/kdevdesigner/designer/listeditor.ui.h
+++ b/kdevdesigner/designer/listeditor.ui.h
@@ -1,7 +1,7 @@
/****************************************************************************
** ui.h extension file, included from the uic-generated form implementation.
**
-** If you wish to add, delete or rename slots use Qt Designer which will
+** If you wish to add, delete or rename slots use TQt Designer which will
** update this file, preserving your code. Create an init() slot in place of
** a constructor, and a destroy() slot in place of a destructor.
*****************************************************************************/
@@ -30,7 +30,7 @@ void ListEditor::addItem()
{
TQListViewItem *i = new TQListViewItem( listview, listview->lastItem() );
i->setRenameEnabled( 0, TRUE );
- qApp->processEvents();
+ tqApp->processEvents();
i->startRename( 0 );
}