From a8b17b44281cf5f64e9668f7c529e1ed9b1e8c0a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 Aug 2018 22:00:49 +0900 Subject: [PATCH] Fixed typedef-related warnings from compiler. Signed-off-by: Michele Calgaro (cherry picked from commit 28ea76eab7dbb4fb641217650c4cbe8c023cbc2e) --- kopete/plugins/statistics/statisticsdb.h | 2 +- kopete/protocols/groupwise/libgroupwise/gwclientstream.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kopete/plugins/statistics/statisticsdb.h b/kopete/plugins/statistics/statisticsdb.h index 444e80c0..b4124b41 100644 --- a/kopete/plugins/statistics/statisticsdb.h +++ b/kopete/plugins/statistics/statisticsdb.h @@ -17,7 +17,7 @@ #ifndef _STATISTICSDB_H_H #define _STATISTICSDB_H_H 1 -typedef struct sqlite3; +struct sqlite3; class StatisticsDB { 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;