summaryrefslogtreecommitdiffstats
path: root/sip/kio/connection.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kio/connection.sip')
-rw-r--r--sip/kio/connection.sip6
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/kio/connection.sip b/sip/kio/connection.sip
index 4b35123..aef53cc 100644
--- a/sip/kio/connection.sip
+++ b/sip/kio/connection.sip
@@ -23,7 +23,7 @@
// If not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-namespace KIO
+namespace TDEIO
{
class Task
@@ -49,7 +49,7 @@ class Connection : TQObject
public:
Connection ();
- void init (KSocket*);
+ void init (TDESocket*);
void init (int, int);
void connect (TQObject* = 0, const char* = 0);
void close ();
@@ -68,5 +68,5 @@ protected slots:
}; // class Connection
-}; // namespace KIO
+}; // namespace TDEIO