diff options
author | deva <deva> | 2008-08-18 14:54:03 +0000 |
---|---|---|
committer | deva <deva> | 2008-08-18 14:54:03 +0000 |
commit | 3c199adf6c317ade446120db1cdb51b473edca57 (patch) | |
tree | 8b865ad2fd9208be60333bf234bf8a8d5929d8b9 /client/client.pro | |
parent | cbb2adb8f35dfc11ac58bff6fa56b99f071a76cd (diff) |
Rewrite of all network code, with a reusable socket. Still needs some error checking.
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 4 |
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 \ |