/* * Copyright (C) 2003 noname */ #ifndef _KSENSORS_H_ #define _KSENSORS_H_ #ifdef HAVE_CONFIG_H #include #endif #include /** * @short Application Main Window * @author noname * @version 0.1 */ class ksensors : public TDEMainWindow { TQ_OBJECT public: /** * Default Constructor */ ksensors(); /** * Default Destructor */ virtual ~ksensors(); }; #endif // _KSENSORS_H_