summaryrefslogtreecommitdiffstats
path: root/sip/kio/connection.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-03 22:23:44 -0600
committerTimothy Pearson <[email protected]>2011-12-03 22:23:44 -0600
commit203ba231d0276943aae36111f9ec1e949f3c6a4c (patch)
treef039f7a5b5fc2da88a96876971bac580d87f6788 /sip/kio/connection.sip
parentfd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff)
downloadpytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz
pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip
Initial TQt conversion
Diffstat (limited to 'sip/kio/connection.sip')
-rw-r--r--sip/kio/connection.sip12
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/kio/connection.sip b/sip/kio/connection.sip
index 67e535f..4b35123 100644
--- a/sip/kio/connection.sip
+++ b/sip/kio/connection.sip
@@ -35,12 +35,12 @@ class Task
public:
int cmd;
- QByteArray data;
+ TQByteArray data;
}; // class Task
-class Connection : QObject
+class Connection : TQObject
{
%TypeHeaderCode
#include <connection.h>
@@ -51,14 +51,14 @@ public:
Connection ();
void init (KSocket*);
void init (int, int);
- void connect (QObject* = 0, const char* = 0);
+ void connect (TQObject* = 0, const char* = 0);
void close ();
int fd_from () const;
int fd_to () const;
bool inited () const;
- void send (int, const QByteArray& = QByteArray ());
- bool sendnow (int, const QByteArray&);
-//ig int read (int*, QByteArray&);
+ void send (int, const TQByteArray& = TQByteArray ());
+ bool sendnow (int, const TQByteArray&);
+//ig int read (int*, TQByteArray&);
void suspend ();
void resume ();
bool suspended () const;