summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2009-10-29 14:18:49 +0100
committerRobert Loehning <robert.loehning@nokia.com>2009-10-29 14:18:49 +0100
commit64e2519915938734a6ee0c99f56d8250d9104a05 (patch)
tree67a59b2cb66dfaa0012346ab98b30bc78de551c2 /tests
parent6e154b305579b0839003865913e12d18a9d733b4 (diff)
downloadqt-creator-64e2519915938734a6ee0c99f56d8250d9104a05.tar.gz
TRK: Changed strings.
Using "TRK" when referring to the protocol, "App TRK" when referring to the program on the device. Reviewed-by: Oswald Buddenhagen
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/trklauncher/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/trklauncher/main.cpp b/tests/manual/trklauncher/main.cpp
index 3533663217..9938f84793 100644
--- a/tests/manual/trklauncher/main.cpp
+++ b/tests/manual/trklauncher/main.cpp
@@ -126,7 +126,7 @@ static TrkLauncherPtr parseArguments(const QStringList &arguments, bool *bluetoo
int main(int argc, char *argv[])
{
QCoreApplication app(argc, argv);
- QCoreApplication::setApplicationName(QLatin1String("trklauncher"));
+ QCoreApplication::setApplicationName(QLatin1String("TRKlauncher"));
QCoreApplication::setOrganizationName(QLatin1String("Nokia"));
bool bluetooth;