diff options
Diffstat (limited to 'kppp/requester.h')
-rw-r--r-- | kppp/requester.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kppp/requester.h b/kppp/requester.h index cb2d0e04..ea415df0 100644 --- a/kppp/requester.h +++ b/kppp/requester.h @@ -7,15 +7,15 @@ public: Requester(int); ~Requester(); - int openModem(const QString & dev); - int openLockfile(const QString & dev, int flags = 0); + int openModem(const TQString & dev); + int openLockfile(const TQString & dev, int flags = 0); bool removeLockfile(); int openResolv(int flags); int openSysLog(); - bool setSecret(int method, const QString & name, const QString & password); + bool setSecret(int method, const TQString & name, const TQString & password); bool removeSecret(int authMethode); - bool setHostname(const QString & name); - bool execPPPDaemon(const QString & arguments); + bool setHostname(const TQString & name); + bool execPPPDaemon(const TQString & arguments); bool killPPPDaemon(); int pppdExitStatus(); bool stop(); @@ -28,7 +28,7 @@ private: bool sendRequest(struct RequestHeader *request, int len); bool recvResponse(); int recvFD(); - int indexDevice(const QString & dev); + int indexDevice(const TQString & dev); int socket; bool expect_alarm; }; |