summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/learntab.h
Side-by-side diff
Diffstat (limited to 'noncore/tools/remote/learntab.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/remote/learntab.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/noncore/tools/remote/learntab.h b/noncore/tools/remote/learntab.h
index cb84600..c9d8e41 100644
--- a/noncore/tools/remote/learntab.h
+++ b/noncore/tools/remote/learntab.h
@@ -34,5 +34,3 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "recorddialog.h"
-
-#define PACKET_SIZE 256
-#define TIMEOUT 3
+#include "lirchandler.h"
@@ -43,4 +41,2 @@ public:
LearnTab(QWidget *parent=0, const char *name=0);
- const char *readPacket();
- QStringList getRemotes();
public slots:
@@ -51,5 +47,2 @@ private:
QListBox *remotesBox;
- int fd;
- int timeout;
- struct sockaddr_un addr;
};