diff options
Diffstat (limited to 'sip')
-rw-r--r-- | sip/tdecore/tdeapplication.sip | 2 | ||||
-rw-r--r-- | sip/tdecore/tdecmdlineargs.sip | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sip/tdecore/tdeapplication.sip b/sip/tdecore/tdeapplication.sip index f4b40dd..4a241c4 100644 --- a/sip/tdecore/tdeapplication.sip +++ b/sip/tdecore/tdeapplication.sip @@ -84,7 +84,7 @@ public: %End static void addCmdLineOptions (); - static TDEApplication* kApplication (); + static TDEApplication* tdeApplication (); TDEConfig* sessionConfig (); bool isRestored () const; void disableSessionManagement (); 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; |