summaryrefslogtreecommitdiff
path: root/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cxx b/main.cxx
index 0108135..41b25af 100644
--- a/main.cxx
+++ b/main.cxx
@@ -9,7 +9,7 @@ int main(int argc, char* argv[])
QGuiApplication app(argc, argv);
QQmlApplicationEngine engine;
- Kelakon::NetworkWorker worker{};
+ NetworkWorker worker{};
QThread thread;
worker.moveToThread(&thread);