From 28ea76eab7dbb4fb641217650c4cbe8c023cbc2e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 Aug 2018 22:00:49 +0900 Subject: Fixed typedef-related warnings from compiler. Signed-off-by: Michele Calgaro --- kopete/protocols/groupwise/libgroupwise/gwclientstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kopete/protocols') diff --git a/kopete/protocols/groupwise/libgroupwise/gwclientstream.h b/kopete/protocols/groupwise/libgroupwise/gwclientstream.h index 5585104a..c7166ffe 100644 --- a/kopete/protocols/groupwise/libgroupwise/gwclientstream.h +++ b/kopete/protocols/groupwise/libgroupwise/gwclientstream.h @@ -31,7 +31,7 @@ class Connector; class Request; class TLSHandler; -typedef struct NovellDN +struct NovellDN { TQString dn; TQString server; -- cgit v1.2.1