summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/remotetab.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/remotetab.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/remotetab.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/remote/remotetab.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/noncore/tools/remote/remotetab.h b/noncore/tools/remote/remotetab.h
index 38b58e9..da0a543 100644
--- a/noncore/tools/remote/remotetab.h
+++ b/noncore/tools/remote/remotetab.h
@@ -37,15 +37,11 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "channelgroup.h"
#include "vcrgroup.h"
-#define PACKET_SIZE 256
-#define TIMEOUT 3
-
class RemoteTab : public QWidget
{
Q_OBJECT
public:
RemoteTab(QWidget *parent=0, const char *name=0);
- void setIRSocket(int newfd);
const char *readPacket();
void setConfig(Config *newCfg);
void updateRemotesList();
@@ -53,9 +49,6 @@ public slots:
int sendIR();
void remoteSelected(const QString &string);
private:
- int fd;
- int timeout;
- struct sockaddr_un addr;
Config *cfg;
TopGroup *topGroup;
DVDGroup *dvdGroup;