From 1d3aaebcaca0a77976eccb764bf8dd0eb0742546 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Sat, 6 Dec 2014 02:41:17 +0100 Subject: standardize on calling it Akonadi2 --- client/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/main.cpp') 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[]) { QApplication app(argc, argv); - new Console("Akonadi Next Client"); + new Console("Akonadi2 Client"); ResourceAccess *resAccess = 0; QCommandLineParser cliOptions; -- cgit v1.2.3