summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mobilemsg/mobilemsg.h
authormickeyl <mickeyl>2005-05-12 21:53:13 (UTC)
committer mickeyl <mickeyl>2005-05-12 21:53:13 (UTC)
commit6d8b3f413347126d49fec3283dba42db9fc2c858 (patch) (unidiff)
tree37139cfe1f358f2723801e16b0f6bc0866d214fc /noncore/unsupported/mobilemsg/mobilemsg.h
parented2d14794cee66441f06be923623694f4ad2e06b (diff)
downloadopie-6d8b3f413347126d49fec3283dba42db9fc2c858.zip
opie-6d8b3f413347126d49fec3283dba42db9fc2c858.tar.gz
opie-6d8b3f413347126d49fec3283dba42db9fc2c858.tar.bz2
remove mobilemsg to unsupported. it never really worked and there will be something better, soon.
Diffstat (limited to 'noncore/unsupported/mobilemsg/mobilemsg.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/mobilemsg/mobilemsg.h17
1 files changed, 17 insertions, 0 deletions
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 @@
1#ifndef MOBILEMSG_H
2#define MOBILEMSG_H
3#include "mobilemsgbase.h"
4
5class MobileMsg : public MobileMsgBase
6{
7 Q_OBJECT
8
9public:
10 MobileMsg( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
11 ~MobileMsg();
12
13private slots:
14 void goodBye();
15};
16
17#endif // MOBILEMSG_H