diff options
Diffstat (limited to 'akonadi2_cli/main.cpp')
-rw-r--r-- | akonadi2_cli/main.cpp | 2 |
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) { |