diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-06 02:41:17 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-06 02:41:17 +0100 |
commit | 1d3aaebcaca0a77976eccb764bf8dd0eb0742546 (patch) | |
tree | fbcd9403d41bf319bd90ffee1957d821ef6b2a72 /client/main.cpp | |
parent | 7ec167022cbad18697bb99d9c219ac9095cae84f (diff) | |
download | sink-1d3aaebcaca0a77976eccb764bf8dd0eb0742546.tar.gz sink-1d3aaebcaca0a77976eccb764bf8dd0eb0742546.zip |
standardize on calling it Akonadi2
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; |