summaryrefslogtreecommitdiffstats
path: root/kdecore/ksock.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/ksock.h')
-rw-r--r--kdecore/ksock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdecore/ksock.h b/kdecore/ksock.h
index 566d23236..ab8b8828d 100644
--- a/kdecore/ksock.h
+++ b/kdecore/ksock.h
@@ -24,7 +24,7 @@
#ifdef Q_OS_UNIX
-#include <qobject.h>
+#include <tqobject.h>
#include <sys/types.h>
// we define STRICT_ANSI to get rid of some warnings in glibc
#ifndef __STRICT_ANSI__
@@ -210,7 +210,7 @@ public slots:
void slotRead( int x );
protected:
- bool connect( const QString& _host, unsigned short int _port, int timeout = 0 );
+ bool connect( const TQString& _host, unsigned short int _port, int timeout = 0 );
bool connect( const char *_path );
/******************************************************