	Poll Timer will now automatically change when user changes interval in config window (used to have to restart)

Version 0.5 - March 31st, 2004
	Needed to include stdlib.h for functions atol() and atoi() [thanks mrherver@tiscali.it].
	Poll Timer was never set to the user's poll time (was still hardcoded to 300ms);

Version 0.4 - March 19th, 2004
	fixed an error in the automake setup.

Version 0.3 - March 9th, 2004
	Code cleanup and commenting
	A few cosmetic changes for the config and status windows.
	Started tracking versions.

Version 0.2 - March 1st, 2004
	Changed monitoring from bytes transferred to packets.  High byte counts were hitting the long int limit.
	Added a configuration window where user can choose which device to monitor and polling rate.
	Added KDE config file support to save user's choices.

Version 0.1 - February 25th, 2004
	Initial release. 
	Monitors hardcoded device eth0
	Fixed bug where it wasn't closing the /proc/net/dev file and would cause a "to many open files" error after a while.
	Added a status window.

