As preparation for revamping the whole networking stuff, I did two renames:
[quassel.git] / src / common / common.pri
index 79ea638..0555aee 100644 (file)
@@ -1,6 +1,6 @@
 DEPMOD = 
 QT_MOD = network
 SRCS += bufferinfo.cpp global.cpp identity.cpp logger.cpp message.cpp settings.cpp signalproxy.cpp syncableobject.cpp \
-        util.cpp networkinfo.cpp ircuser.cpp ircchannel.cpp
+        util.cpp network.cpp ircuser.cpp ircchannel.cpp
 HDRS += bufferinfo.h global.h identity.h logger.h message.h settings.h signalproxy.h syncableobject.h \
-        util.h networkinfo.h ircuser.h ircchannel.h types.h
+        util.h network.h ircuser.h ircchannel.h types.h