From 7e96145d27329ca3870f23d5b161785d10c9faf5 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Wed, 23 Dec 2015 16:43:45 +0100 Subject: Module -> SyntaxTree --- akonadi2_cli/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'akonadi2_cli/main.cpp') 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 @@ #include #include -#include "module.h" +#include "syntaxtree.h" // #include "jsonlistener.h" #include "repl/repl.h" @@ -64,5 +64,5 @@ int main(int argc, char *argv[]) QStringList commands = app.arguments(); commands.removeFirst(); - return Module::self()->run(commands); + return SyntaxTree::self()->run(commands); } -- cgit v1.2.3