diff options
Diffstat (limited to 'client/main.cpp')
-rw-r--r-- | client/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/main.cpp b/client/main.cpp index ac086b0..1748331 100644 --- a/client/main.cpp +++ b/client/main.cpp | |||
@@ -9,7 +9,7 @@ int main(int argc, char *argv[]) | |||
9 | { | 9 | { |
10 | QApplication app(argc, argv); | 10 | QApplication app(argc, argv); |
11 | 11 | ||
12 | new Console("Akonadi Next Client"); | 12 | new Console("Akonadi2 Client"); |
13 | 13 | ||
14 | ResourceAccess *resAccess = 0; | 14 | ResourceAccess *resAccess = 0; |
15 | QCommandLineParser cliOptions; | 15 | QCommandLineParser cliOptions; |