From 87dc3eae8eeb774aecf005465ddd9eecdd829b8a Mon Sep 17 00:00:00 2001 From: Niklas Date: Thu, 28 Jul 2011 16:00:49 +0200 Subject: better version of the logwriter.c and started to devide gui and logic --- workspace/LogReceiver/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'workspace/LogReceiver/main.cpp') diff --git a/workspace/LogReceiver/main.cpp b/workspace/LogReceiver/main.cpp index e545906..52d0ac9 100644 --- a/workspace/LogReceiver/main.cpp +++ b/workspace/LogReceiver/main.cpp @@ -6,7 +6,7 @@ int main(int argc, char *argv[]) { QApplication a(argc, argv); - LogReceiver w; + ndgui w; w.show(); return a.exec(); } -- cgit v1.2.3-55-g7522