summaryrefslogtreecommitdiff
path: root/noncore/comm/mobilemsg/mobilemsg.h
Side-by-side diff
Diffstat (limited to 'noncore/comm/mobilemsg/mobilemsg.h') (more/less context) (ignore 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 @@
-#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