summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/tdecmdlineargs.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdecore/tdecmdlineargs.sip')
-rw-r--r--sip/tdecore/tdecmdlineargs.sip6
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/tdecore/tdecmdlineargs.sip b/sip/tdecore/tdecmdlineargs.sip
index 4fe3904..acd051b 100644
--- a/sip/tdecore/tdecmdlineargs.sip
+++ b/sip/tdecore/tdecmdlineargs.sip
@@ -59,7 +59,7 @@ public:
%If ( KDE_3_2_0 - )
static void init (SIP_PYLIST, const char*, const char*, const char*, const char*, bool = 0) [void (int, char**, const char*, const char*, const char*, const char*, bool = 0)];
%MethodCode
-//takes _argc | (int) | _argv | (char) | _appname | (char) | programName | (char) | _description | (char) | _version | (char) | noKApp | (bool = 0)
+//takes _argc | (int) | _argv | (char) | _appname | (char) | programName | (char) | _description | (char) | _version | (char) | noTDEApp | (bool = 0)
int argc, nargc;
char **argv;
@@ -85,7 +85,7 @@ public:
static void init (SIP_PYLIST, const char*, const char*, const char*, bool = 0) [void (int, char**, const char*, const char*, const char*, bool = 0)];
%MethodCode
-//takes _argv | (a Python list of strings which may be modified) | _appname | (char) | _description | (char) | _version | (char) | noKApp | (bool = False)
+//takes _argv | (a Python list of strings which may be modified) | _appname | (char) | _description | (char) | _version | (char) | noTDEApp | (bool = False)
int argc, nargc;
char **argv;
@@ -109,7 +109,7 @@ public:
static void init (SIP_PYLIST, const TDEAboutData*, bool = 0) [void (int, char**, const TDEAboutData*, bool = 0)];
%MethodCode
-//takes _argv | (a Python list of strings which may be modified) | about | (TDEAboutData) | noKApp | (bool = 0)
+//takes _argv | (a Python list of strings which may be modified) | about | (TDEAboutData) | noTDEApp | (bool = 0)
int argc, nargc; //, iserr = 0;
char **argv;