diff options
| author | Niklas | 2011-09-26 12:15:40 +0200 |
|---|---|---|
| committer | Niklas | 2011-09-26 12:15:40 +0200 |
| commit | 5a76512a347f5e728e6c0fa2c34fbd9b46645208 (patch) | |
| tree | c958e9cf6467a476daa050403eadf433f428c8a8 /LogReceiver/LogReceiver.pro | |
| parent | added some comments to the new bringInterfaceUpDown function in routemanager(... (diff) | |
| download | fbgui-5a76512a347f5e728e6c0fa2c34fbd9b46645208.tar.gz fbgui-5a76512a347f5e728e6c0fa2c34fbd9b46645208.tar.xz fbgui-5a76512a347f5e728e6c0fa2c34fbd9b46645208.zip | |
renamed routemanager to networkmanager
Diffstat (limited to 'LogReceiver/LogReceiver.pro')
| -rw-r--r-- | LogReceiver/LogReceiver.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/LogReceiver/LogReceiver.pro b/LogReceiver/LogReceiver.pro index eaa7001..1bba39d 100644 --- a/LogReceiver/LogReceiver.pro +++ b/LogReceiver/LogReceiver.pro @@ -7,12 +7,12 @@ LIBS += -lsysfs \ -L/home/niklas/fbgui/customdhcpcd/src/build \ -llibcustomdhcpcd INCLUDEPATH += /home/niklas/fbgui/customdhcpcd/src -HEADERS += networkdiscovery.h \ - routemanager.h \ +HEADERS += networkmanager.h \ + networkdiscovery.h \ interfaceconfiguration.h \ ndgui.h -SOURCES += networkdiscovery.cpp \ - routemanager.cpp \ +SOURCES += networkmanager.cpp \ + networkdiscovery.cpp \ interfaceconfiguration.cpp \ ndgui.cpp \ main.cpp |
