summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/buttondialog.h
authorpaule <paule>2007-01-28 04:04:14 (UTC)
committer paule <paule>2007-01-28 04:04:14 (UTC)
commitec2309cb69365847762db542c41951629cd06cbe (patch) (side-by-side diff)
tree2f0101c1f0d6268207dbd15eb21f40c812a4fff5 /noncore/tools/remote/buttondialog.h
parent3cd37427b5c5f26f62cff583fbde914467ddafe3 (diff)
downloadopie-ec2309cb69365847762db542c41951629cd06cbe.zip
opie-ec2309cb69365847762db542c41951629cd06cbe.tar.gz
opie-ec2309cb69365847762db542c41951629cd06cbe.tar.bz2
Refactored out all communication with LIRC into new LircHandler class
Diffstat (limited to 'noncore/tools/remote/buttondialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/remote/buttondialog.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/noncore/tools/remote/buttondialog.h b/noncore/tools/remote/buttondialog.h
index 33dc4ef..cc697b5 100644
--- a/noncore/tools/remote/buttondialog.h
+++ b/noncore/tools/remote/buttondialog.h
@@ -33,4 +33,3 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#define PACKET_SIZE 256
-#define TIMEOUT 3
+#include "lirchandler.h"
@@ -41,6 +40,3 @@ public:
ButtonDialog(QString buttonName, QWidget *parent=0, const char*name=0, bool modal=FALSE, WFlags f=0);
- void setIRSocket(int newfd);
- const char *readPacket();
- QStringList getRemotes();
- QStringList getButtons(const char *remoteName);
+ ~ButtonDialog();
QStringList getList();
@@ -55,5 +51,3 @@ private:
QLineEdit *label;
- int fd;
- int timeout;
- struct sockaddr_un addr;
+ LircHandler *lh;
};