From 01526599a191d2e31a836a9d12f089f564c646e6 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Wed, 23 Dec 2015 20:05:36 +0100 Subject: take the name we were started with --- akonadi2_cli/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'akonadi2_cli') 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[]) //qDebug() << "state at startup is" << interactive << startRepl << startJsonListener; QCoreApplication app(argc, argv); - app.setApplicationName("funq"); + app.setApplicationName(argv[0]); if (startRepl || startJsonListener) { if (startRepl) { -- cgit v1.2.3