summaryrefslogtreecommitdiffstats
path: root/noatun/library/titleproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library/titleproxy.h')
-rw-r--r--noatun/library/titleproxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/library/titleproxy.h b/noatun/library/titleproxy.h
index 947ccff5..21f9528d 100644
--- a/noatun/library/titleproxy.h
+++ b/noatun/library/titleproxy.h
@@ -115,8 +115,8 @@ namespace TitleProxy
TQ_OBJECT
public:
- Server( TQ_UINT16 port, TQObject* tqparent )
- : TQServerSocket( port, 1, tqparent, "TitleProxyServer" ) {};
+ Server( TQ_UINT16 port, TQObject* parent )
+ : TQServerSocket( port, 1, parent, "TitleProxyServer" ) {};
signals:
void connected( int socket );