summaryrefslogtreecommitdiff
path: root/core/applets/irdaapplet/irda.h
authorzecke <zecke>2003-02-16 10:01:34 (UTC)
committer zecke <zecke>2003-02-16 10:01:34 (UTC)
commitf1737ebd1afc35528c2452f6a281039c39a28f1f (patch) (side-by-side diff)
tree4172f2e55f7986c52562bf152b0379ede66712a4 /core/applets/irdaapplet/irda.h
parent68675728278f9d47b200e6dd635d3bc1f524b5bf (diff)
downloadopie-f1737ebd1afc35528c2452f6a281039c39a28f1f.zip
opie-f1737ebd1afc35528c2452f6a281039c39a28f1f.tar.gz
opie-f1737ebd1afc35528c2452f6a281039c39a28f1f.tar.bz2
Add some QCOP methods for the new OBEX dialog
Diffstat (limited to 'core/applets/irdaapplet/irda.h') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/irdaapplet/irda.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/applets/irdaapplet/irda.h b/core/applets/irdaapplet/irda.h
index 1b5faa6..675f874 100644
--- a/core/applets/irdaapplet/irda.h
+++ b/core/applets/irdaapplet/irda.h
@@ -40,2 +40,3 @@ private slots:
void popupTimeout ( );
+ void slotMessage( const QCString& , const QByteArray& );
@@ -68,2 +69,4 @@ private:
QMap <QString, QString> m_devices;
+
+ bool m_wasOn; // if IrDa was enabled
};