summaryrefslogtreecommitdiffstats
path: root/akonadi2_cli/main.cpp
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2015-12-23 20:05:36 +0100
committerAaron Seigo <aseigo@kde.org>2015-12-23 20:05:36 +0100
commit01526599a191d2e31a836a9d12f089f564c646e6 (patch)
tree87be31da654b4793116f518967846b736d4d8f1a /akonadi2_cli/main.cpp
parent391e112e999075abf0ddb8abf1b13b8b9f6f3601 (diff)
downloadsink-01526599a191d2e31a836a9d12f089f564c646e6.tar.gz
sink-01526599a191d2e31a836a9d12f089f564c646e6.zip
take the name we were started with
Diffstat (limited to 'akonadi2_cli/main.cpp')
-rw-r--r--akonadi2_cli/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/akonadi2_cli/main.cpp b/akonadi2_cli/main.cpp
index a2b25a9..91936c3 100644
--- a/akonadi2_cli/main.cpp
+++ b/akonadi2_cli/main.cpp
@@ -44,7 +44,7 @@ int main(int argc, char *argv[])
44 //qDebug() << "state at startup is" << interactive << startRepl << startJsonListener; 44 //qDebug() << "state at startup is" << interactive << startRepl << startJsonListener;
45 45
46 QCoreApplication app(argc, argv); 46 QCoreApplication app(argc, argv);
47 app.setApplicationName("funq"); 47 app.setApplicationName(argv[0]);
48 48
49 if (startRepl || startJsonListener) { 49 if (startRepl || startJsonListener) {
50 if (startRepl) { 50 if (startRepl) {