summaryrefslogtreecommitdiff
path: root/noncore/unsupported/gsmtool/gsmtool.h
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/gsmtool/gsmtool.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/gsmtool/gsmtool.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/noncore/unsupported/gsmtool/gsmtool.h b/noncore/unsupported/gsmtool/gsmtool.h
index b8d9a86..b38ff88 100644
--- a/noncore/unsupported/gsmtool/gsmtool.h
+++ b/noncore/unsupported/gsmtool/gsmtool.h
@@ -7,2 +7,3 @@
#include <gsmlib/gsm_me_ta.h>
+#include <gsmlib/gsm_sorted_sms_store.h>
@@ -26,3 +27,7 @@ private slots:
void doSelectedSMSChanged(QListViewItem *);
-
+ void doSMSSendButton();
+ void doSMSDeleteButton();
+ void doNewSMSClearButton();
+ void doNewSMSSaveButton();
+ void doNewSMSSendButton();
private:
@@ -33,3 +38,3 @@ private:
gsmlib::MeTa *me;
- gsmlib::SMSStoreRef sms_store;
+ gsmlib::SortedSMSStoreRef sms_store;