summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/recorddialog.h
Side-by-side diff
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
-#include <opie/oprocess.h>
+#include <opie2/oprocess.h>
@@ -38,4 +38,4 @@ public slots:
void retPressed();
- void incoming(OProcess *proc, char *buffer, int len);
- void done(OProcess *proc);
+ void incoming(Opie::Core::OProcess *proc, char *buffer, int len);
+ void done(Opie::Core::OProcess *proc);
private:
@@ -43,3 +43,3 @@ private:
QLineEdit *input;
- OProcess *record;
+ Opie::Core::OProcess *record;
int where;