Eliminate reference to Trolltech.
authorJason McDonald <jason.mcdonald@nokia.com>
Tue, 2 Aug 2011 04:20:34 +0000 (14:20 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 2 Aug 2011 11:14:55 +0000 (13:14 +0200)
Task-number: QTBUG-19653

Change-Id: If3c822dd59ccbdd03037068acfe902ed9688a874
Reviewed-on: http://codereview.qt.nokia.com/2482
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
examples/tools/settingseditor/locationdialog.cpp

index 9113926..6ebf566 100644 (file)
@@ -54,7 +54,7 @@ LocationDialog::LocationDialog(QWidget *parent)
     scopeComboBox->addItem(tr("System"));
 
     organizationComboBox = new QComboBox;
-    organizationComboBox->addItem(tr("Trolltech"));
+    organizationComboBox->addItem(tr("Qt"));
     organizationComboBox->setEditable(true);
 
     applicationComboBox = new QComboBox;