summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/mainview.h
authorspiralman <spiralman>2002-07-23 22:34:51 (UTC)
committer spiralman <spiralman>2002-07-23 22:34:51 (UTC)
commit7b69ef59464072521adb20148d49f9c654c066ee (patch) (side-by-side diff)
tree449ef1dbfeac19f18b1ded20b4865353fa71452c /noncore/tools/remote/mainview.h
parentc344a4f4d0a614cfeb75d1d935e1f519d473c068 (diff)
downloadopie-7b69ef59464072521adb20148d49f9c654c066ee.zip
opie-7b69ef59464072521adb20148d49f9c654c066ee.tar.gz
opie-7b69ef59464072521adb20148d49f9c654c066ee.tar.bz2
Added code for irrecord frontend, doesnt work yet.
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
@@ -33,6 +33,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "remotetab.h"
#include "learntab.h"
#include "configtab.h"
+#include "helptab.h"
#define BUFFERSIZE 256
@@ -50,5 +51,6 @@ private:
RemoteTab *remote;
ConfigTab *config;
LearnTab *learn;
+ HelpTab *help;
Config *cfg;
};