summaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'client/client.pro')
-rw-r--r--client/client.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/client.pro b/client/client.pro
index c2e3ccf..e6d5be8 100644
--- a/client/client.pro
+++ b/client/client.pro
@@ -25,7 +25,7 @@ HEADERS += \
lua.h \
macro.h \
macrowindow.h \
- sendrecieve.h \
+ netcom.h \
widgetbuilder.h \
widgets.h \
widgets/widget.h \
@@ -49,7 +49,7 @@ SOURCES += \
lua.cc \
macro.cc \
macrowindow.cc \
- sendrecieve.cc \
+ netcom.cc \
widgetbuilder.cc \
widgets/widget.cc \
widgets/label.cc \