summaryrefslogtreecommitdiffstats
path: root/kpf/src/ServerSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpf/src/ServerSocket.h')
-rw-r--r--kpf/src/ServerSocket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpf/src/ServerSocket.h b/kpf/src/ServerSocket.h
index 14a2e2d8..76618c9b 100644
--- a/kpf/src/ServerSocket.h
+++ b/kpf/src/ServerSocket.h
@@ -24,7 +24,7 @@
#ifndef KPF_SERVER_SOCKET_H
#define KPF_SERVER_SOCKET_H
-#include <qsocket.h>
+#include <tqsocket.h>
namespace KPF
{
@@ -36,7 +36,7 @@ namespace KPF
{
public:
- ServerSocket(QObject * parent, const char * name = 0);
+ ServerSocket(TQObject * parent, const char * name = 0);
uint outputBufferLeft();
};