summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib/startdunconnection.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/lib/startdunconnection.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/lib/startdunconnection.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/noncore/net/opietooth/lib/startdunconnection.h b/noncore/net/opietooth/lib/startdunconnection.h
index 43a852a..f6107f6 100644
--- a/noncore/net/opietooth/lib/startdunconnection.h
+++ b/noncore/net/opietooth/lib/startdunconnection.h
@@ -5,3 +5,3 @@
#include "connection.h"
-#include <opie/oprocess.h>
+#include <opie2/oprocess.h>
@@ -29,7 +29,7 @@ namespace OpieTooth {
ConnectionType m_connectionType;
- OProcess* m_dunConnect;
+ Opie::Core::OProcess* m_dunConnect;
private slots:
- void slotExited( OProcess* proc );
- void slotStdOut( OProcess* proc, char* chars, int len );
+ void slotExited( Opie::Core::OProcess* proc );
+ void slotStdOut( Opie::Core::OProcess* proc, char* chars, int len );
};