summaryrefslogtreecommitdiff
path: root/noncore/comm/mobilemsg/mobilemsg.h
Unidiff
Diffstat (limited to 'noncore/comm/mobilemsg/mobilemsg.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/comm/mobilemsg/mobilemsg.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/noncore/comm/mobilemsg/mobilemsg.h b/noncore/comm/mobilemsg/mobilemsg.h
deleted file mode 100644
index 7ebcdca..0000000
--- a/noncore/comm/mobilemsg/mobilemsg.h
+++ b/dev/null
@@ -1,17 +0,0 @@
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