summaryrefslogtreecommitdiffstats
path: root/tdecore/kcmdlineargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kcmdlineargs.h')
-rw-r--r--tdecore/kcmdlineargs.h4
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