summaryrefslogtreecommitdiff
path: root/noncore/comm/mobilemsg/mobilemsg.cpp
authormickeyl <mickeyl>2005-05-12 21:53:13 (UTC)
committer mickeyl <mickeyl>2005-05-12 21:53:13 (UTC)
commit6d8b3f413347126d49fec3283dba42db9fc2c858 (patch) (side-by-side diff)
tree37139cfe1f358f2723801e16b0f6bc0866d214fc /noncore/comm/mobilemsg/mobilemsg.cpp
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/comm/mobilemsg/mobilemsg.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/comm/mobilemsg/mobilemsg.cpp33
1 files changed, 0 insertions, 33 deletions
diff --git a/noncore/comm/mobilemsg/mobilemsg.cpp b/noncore/comm/mobilemsg/mobilemsg.cpp
deleted file mode 100644
index 9a4db35..0000000
--- a/noncore/comm/mobilemsg/mobilemsg.cpp
+++ b/dev/null
@@ -1,33 +0,0 @@
-#include "mobilemsg.h"
-
-
-
-
-/*
- * Constructs a MobileMsg which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-MobileMsg::MobileMsg( QWidget* parent, const char* name, WFlags fl )
- : MobileMsgBase( parent, name, fl )
-{
- //connect(add, SIGNAL(clicked()), this, SLOT(goodBye()));
- //connect(remove, SIGNAL(clicked()), this, SLOT(goodBye()));
- //connect(props, SIGNAL(clicked()), this, SLOT(goodBye()));
- //connect(settings, SIGNAL(selectionChanged()), this, SLOT(goodBye()) );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-MobileMsg::~MobileMsg()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-/*
- * A simple slot... not very interesting.
- */
-void MobileMsg::goodBye()
-{
- close();
-}