summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/mainview.h
Unidiff
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
33#include "remotetab.h" 33#include "remotetab.h"
34#include "learntab.h" 34#include "learntab.h"
35#include "configtab.h" 35#include "configtab.h"
36#include "helptab.h"
36 37
37#define BUFFERSIZE 256 38#define BUFFERSIZE 256
38 39
@@ -50,5 +51,6 @@ private:
50 RemoteTab *remote; 51 RemoteTab *remote;
51 ConfigTab *config; 52 ConfigTab *config;
52 LearnTab *learn; 53 LearnTab *learn;
54 HelpTab *help;
53 Config *cfg; 55 Config *cfg;
54}; 56};