summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/mainview.h
Side-by-side diff
Diffstat (limited to 'noncore/tools/remote/mainview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/remote/mainview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/tools/remote/mainview.h b/noncore/tools/remote/mainview.h
index 2434064..e93da5c 100644
--- a/noncore/tools/remote/mainview.h
+++ b/noncore/tools/remote/mainview.h
@@ -28,16 +28,17 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <sys/un.h>
#include <unistd.h>
#include <stdio.h>
#include <signal.h>
#include "remotetab.h"
#include "learntab.h"
#include "configtab.h"
+#include "helptab.h"
#define BUFFERSIZE 256
class MainView : public QWidget
{
Q_OBJECT
public:
MainView(QWidget *parent=0, const char *name=0);
@@ -45,10 +46,11 @@ public:
void setIRSocket(int newfd);
public slots:
void updateRemotesList();
private:
int fd;
RemoteTab *remote;
ConfigTab *config;
LearnTab *learn;
+ HelpTab *help;
Config *cfg;
};