From 6d8b3f413347126d49fec3283dba42db9fc2c858 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 12 May 2005 21:53:13 +0000 Subject: remove mobilemsg to unsupported. it never really worked and there will be something better, soon. --- (limited to 'noncore/unsupported/mobilemsg/mobilemsg.h') diff --git a/noncore/unsupported/mobilemsg/mobilemsg.h b/noncore/unsupported/mobilemsg/mobilemsg.h new file mode 100644 index 0000000..7ebcdca --- a/dev/null +++ b/noncore/unsupported/mobilemsg/mobilemsg.h @@ -0,0 +1,17 @@ +#ifndef MOBILEMSG_H +#define MOBILEMSG_H +#include "mobilemsgbase.h" + +class MobileMsg : public MobileMsgBase +{ + Q_OBJECT + +public: + MobileMsg( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + ~MobileMsg(); + +private slots: + void goodBye(); +}; + +#endif // MOBILEMSG_H -- cgit v0.9.0.2