diff options
Diffstat (limited to 'kweather/weatherIface.h')
-rw-r--r-- | kweather/weatherIface.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kweather/weatherIface.h b/kweather/weatherIface.h new file mode 100644 index 0000000..5f52b39 --- /dev/null +++ b/kweather/weatherIface.h @@ -0,0 +1,15 @@ +#ifndef __WE_IFACE_H +#define __WE_IFACE_H + +#include <dcopobject.h> +class weatherIface : virtual public DCOPObject +{ + K_DCOP +public: + + k_dcop: + /** Cause KWeather to refrsh it's data **/ + virtual void refresh(QString) = 0; +}; + +#endif |