summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/mainview.h
Unidiff
Diffstat (limited to 'noncore/tools/remote/mainview.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/remote/mainview.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/noncore/tools/remote/mainview.h b/noncore/tools/remote/mainview.h
index 7ea82a6..b1ddde4 100644
--- a/noncore/tools/remote/mainview.h
+++ b/noncore/tools/remote/mainview.h
@@ -38,18 +38,15 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
38 38
39class MainView : public QWidget 39class MainView : public QWidget
40{ 40{
41 Q_OBJECT 41 Q_OBJECT
42public: 42public:
43 MainView(QWidget *parent=0, const char *name=0); 43 MainView(QWidget *parent=0, const char *name=0);
44 int getIRSocket();
45 void setIRSocket(int newfd);
46public slots: 44public slots:
47 void updateRemotesList(); 45 void updateRemotesList();
48private: 46private:
49 int fd;
50 RemoteTab *remote; 47 RemoteTab *remote;
51 ConfigTab *config; 48 ConfigTab *config;
52 LearnTab *learn; 49 LearnTab *learn;
53 HelpTab *help; 50 HelpTab *help;
54 Config *cfg; 51 Config *cfg;
55}; 52};