summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/recorddialog.h
Unidiff
Diffstat (limited to 'noncore/tools/remote/recorddialog.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/remote/recorddialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/noncore/tools/remote/recorddialog.h b/noncore/tools/remote/recorddialog.h
index e4dcae6..46a82ce 100644
--- a/noncore/tools/remote/recorddialog.h
+++ b/noncore/tools/remote/recorddialog.h
@@ -29,3 +29,3 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
29 29
30#include <opie/oprocess.h> 30#include <opie2/oprocess.h>
31 31
@@ -38,4 +38,4 @@ public slots:
38 void retPressed(); 38 void retPressed();
39 void incoming(OProcess *proc, char *buffer, int len); 39 void incoming(Opie::Core::OProcess *proc, char *buffer, int len);
40 void done(OProcess *proc); 40 void done(Opie::Core::OProcess *proc);
41private: 41private:
@@ -43,3 +43,3 @@ private:
43 QLineEdit *input; 43 QLineEdit *input;
44 OProcess *record; 44 Opie::Core::OProcess *record;
45 int where; 45 int where;