From 33294802d33c754914aa4c16de5efe26408e05ef Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:24:14 -0600 Subject: Rename qt_argc and qt_argv methods to avoid conflicts with KDE4 symbols --- src/common/nokde/nokde_kcmdlineargs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/nokde/nokde_kcmdlineargs.h') diff --git a/src/common/nokde/nokde_kcmdlineargs.h b/src/common/nokde/nokde_kcmdlineargs.h index 28d7d40..3acc565 100644 --- a/src/common/nokde/nokde_kcmdlineargs.h +++ b/src/common/nokde/nokde_kcmdlineargs.h @@ -597,7 +597,7 @@ private: * * Return argc */ - static int *qt_argc(); + static int *tqt_argc(); /** * @internal for KApplication only: @@ -605,7 +605,7 @@ private: * Return argv */ - static char ***qt_argv(); + static char ***tqt_argv(); /** * @internal -- cgit v1.2.1