diff options
author | Aaron Seigo <aseigo@kde.org> | 2015-12-23 16:43:45 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2015-12-23 16:43:45 +0100 |
commit | 7e96145d27329ca3870f23d5b161785d10c9faf5 (patch) | |
tree | 46c5c673b9410341c817cc7fe6f93672718ec85d /akonadi2_cli/main.cpp | |
parent | 8c78033ca7e59c44eb2886a3f8fe89c5b22ad114 (diff) | |
download | sink-7e96145d27329ca3870f23d5b161785d10c9faf5.tar.gz sink-7e96145d27329ca3870f23d5b161785d10c9faf5.zip |
Module -> SyntaxTree
Diffstat (limited to 'akonadi2_cli/main.cpp')
-rw-r--r-- | akonadi2_cli/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/akonadi2_cli/main.cpp b/akonadi2_cli/main.cpp index d23e070..f7b7b9f 100644 --- a/akonadi2_cli/main.cpp +++ b/akonadi2_cli/main.cpp | |||
@@ -22,7 +22,7 @@ | |||
22 | #include <QCoreApplication> | 22 | #include <QCoreApplication> |
23 | #include <QDebug> | 23 | #include <QDebug> |
24 | 24 | ||
25 | #include "module.h" | 25 | #include "syntaxtree.h" |
26 | // #include "jsonlistener.h" | 26 | // #include "jsonlistener.h" |
27 | #include "repl/repl.h" | 27 | #include "repl/repl.h" |
28 | 28 | ||
@@ -64,5 +64,5 @@ int main(int argc, char *argv[]) | |||
64 | 64 | ||
65 | QStringList commands = app.arguments(); | 65 | QStringList commands = app.arguments(); |
66 | commands.removeFirst(); | 66 | commands.removeFirst(); |
67 | return Module::self()->run(commands); | 67 | return SyntaxTree::self()->run(commands); |
68 | } | 68 | } |