summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mobilemsg/mobilemsg.h
Side-by-side diff
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 @@
+#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