summaryrefslogtreecommitdiff
path: root/core/applets/obex/obex.h
authorzecke <zecke>2002-06-12 16:37:52 (UTC)
committer zecke <zecke>2002-06-12 16:37:52 (UTC)
commitac707e366de561cabc8074b62025d143200869d7 (patch) (side-by-side diff)
treead30bac3657fde6e664e7784eb34873989e94699 /core/applets/obex/obex.h
parent9b87f7a2f2de6b5c1bad4f35f76fc7a0fd1ad021 (diff)
downloadopie-ac707e366de561cabc8074b62025d143200869d7.zip
opie-ac707e366de561cabc8074b62025d143200869d7.tar.gz
opie-ac707e366de561cabc8074b62025d143200869d7.tar.bz2
OBEX time
Diffstat (limited to 'core/applets/obex/obex.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/obex/obex.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/applets/obex/obex.h b/core/applets/obex/obex.h
index 17b8141..4e78015 100644
--- a/core/applets/obex/obex.h
+++ b/core/applets/obex/obex.h
@@ -2,13 +2,13 @@
#ifndef OpieObex_H
#define OpieObex_H
#include <qobject.h>
-class KProcess;
+class OProcess;
class QCopChannel;
namespace OpieObex {
class Obex : public QObject {
Q_OBJECT
public:
/**
@@ -50,26 +50,26 @@ namespace OpieObex {
void done(bool);
private:
uint m_count;
QString m_file;
QString m_outp;
- KProcess *m_send;
- KProcess *m_rec;
+ OProcess *m_send;
+ OProcess *m_rec;
private slots:
/**
* send over palm obex
*/
//void send(const QString&);
// the process exited
- void slotExited(KProcess* proc) ;
- void slotStdOut(KProcess*, char*, int);
+ void slotExited(OProcess* proc) ;
+ void slotStdOut(OProcess*, char*, int);
private:
void sendNow();
QString parseOut();
void recieved();
void sendEnd();