diff options
| author | Niklas | 2011-08-01 12:31:12 +0200 |
|---|---|---|
| committer | Niklas | 2011-08-01 12:31:12 +0200 |
| commit | 2a04cb4147eb9c583fae8d0b3120a74eaf1af68a (patch) | |
| tree | 90329cb02eb9435e6f1410cf251677eaf089197c /workspace/LogReceiver/main.cpp | |
| parent | better version of the logwriter.c and started to devide gui and logic (diff) | |
| download | fbgui-2a04cb4147eb9c583fae8d0b3120a74eaf1af68a.tar.gz fbgui-2a04cb4147eb9c583fae8d0b3120a74eaf1af68a.tar.xz fbgui-2a04cb4147eb9c583fae8d0b3120a74eaf1af68a.zip | |
seperation of logic and gui completed.
Diffstat (limited to 'workspace/LogReceiver/main.cpp')
| -rw-r--r-- | workspace/LogReceiver/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workspace/LogReceiver/main.cpp b/workspace/LogReceiver/main.cpp index 52d0ac9..a8cd960 100644 --- a/workspace/LogReceiver/main.cpp +++ b/workspace/LogReceiver/main.cpp @@ -1,4 +1,4 @@ -#include "logreceiver.h" +#include "ndgui.h" #include <QtGui> #include <QApplication> |
