From 53a21f61d99d62e62412e1b5ca9bde085b25bde5 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 22 Oct 2002 14:25:05 +0000 Subject: set $TERM in MyPty according to the terminal type emulation_handler set the keyfilter right for the right terminal filetransfer fix warnings profile add Linux, XTerm as Emulation options TerminalWidget add Linux,XTerm --- (limited to 'noncore/apps/opie-console/filetransfer.h') diff --git a/noncore/apps/opie-console/filetransfer.h b/noncore/apps/opie-console/filetransfer.h index 9cc1e8d..8f55041 100644 --- a/noncore/apps/opie-console/filetransfer.h +++ b/noncore/apps/opie-console/filetransfer.h @@ -33,12 +33,7 @@ private slots: void slotProgress( const QStringList& ); void slotExec(); private: - /* - * FIXME? What does happen if we've - * two FileTransfers at a time? - * Have a procctl which does listen - * for termination and then send a signal - */ + Type m_type; pid_t m_pid; int m_fd; int m_prog; @@ -46,7 +41,6 @@ private: int m_comm[2]; int m_term[2]; QString m_file; - Type m_type; QSocketNotifier *m_not; QSocketNotifier* m_proc; }; -- cgit v0.9.0.2