summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-08-02 14:20:34 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-02 13:14:55 +0200
commitc8a31a31004f7d8953c86656ee04c40af40efd82 (patch)
treede3a7a09afede14a8dbbdc769de443a3e50f0030 /examples
parentaf6c1a32982564035f3f9d1c0887c9d3fc0e5bbb (diff)
Eliminate reference to Trolltech.
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>
Diffstat (limited to 'examples')
-rw-r--r--examples/tools/settingseditor/locationdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tools/settingseditor/locationdialog.cpp b/examples/tools/settingseditor/locationdialog.cpp
index 911392630b..6ebf56682c 100644
--- a/examples/tools/settingseditor/locationdialog.cpp
+++ b/examples/tools/settingseditor/locationdialog.cpp
@@ -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;