diff options
author | Michele Calgaro <[email protected]> | 2025-01-15 17:06:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-15 17:06:16 +0900 |
commit | 006d5bed62999d394fab3c0a95424024d8f41516 (patch) | |
tree | 2918b08649d7333ef4c1b3e3556deb3f4ce7cc93 /sip/tdecore | |
parent | 7c91bff18e7e0fa858c085b18a6816218a465efa (diff) | |
download | pytde-006d5bed62999d394fab3c0a95424024d8f41516.tar.gz pytde-006d5bed62999d394fab3c0a95424024d8f41516.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'sip/tdecore')
-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; |