diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:23:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:23:12 -0600 |
commit | 6e8a7cc94c1eb8b67e91e6dc2f864dfeec51d9cc (patch) | |
tree | f1325de444fa5ae1bf9d1dcb8cd735ae134e5226 /tdecore/kcmdlineargs.h | |
parent | 54928e863500dda7674b5a6d425a77065095b6d3 (diff) | |
download | tdelibs-6e8a7cc94c1eb8b67e91e6dc2f864dfeec51d9cc.tar.gz tdelibs-6e8a7cc94c1eb8b67e91e6dc2f864dfeec51d9cc.zip |
Rename qt_argc and qt_argv methods to avoid conflicts with KDE4 symbols
Diffstat (limited to 'tdecore/kcmdlineargs.h')
-rw-r--r-- | tdecore/kcmdlineargs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kcmdlineargs.h b/tdecore/kcmdlineargs.h index dc48fc45d..7b6a33e2e 100644 --- a/tdecore/kcmdlineargs.h +++ b/tdecore/kcmdlineargs.h @@ -586,7 +586,7 @@ private: * * Return argc */ - static int *qt_argc(); + static int *tqt_argc(); /** * @internal for KApplication only: @@ -594,7 +594,7 @@ private: * Return argv */ - static char ***qt_argv(); + static char ***tqt_argv(); /** * @internal |