summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mobilemsg/mobilemsg.h
Unidiff
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