diff --git a/doc/classref/allclasses.html b/doc/classref/allclasses.html index dfa11f6..d2455b2 100644 --- a/doc/classref/allclasses.html +++ b/doc/classref/allclasses.html @@ -263,7 +263,7 @@ KCharsets TDEClipboardSynchronizer TDECmdLineArgs -KCmdLineOptions +TDECmdLineOptions KCodecs KColor KColorCells diff --git a/doc/classref/tdecore/TDECmdLineArgs.html b/doc/classref/tdecore/TDECmdLineArgs.html index 9069612..e8874ba 100644 --- a/doc/classref/tdecore/TDECmdLineArgs.html +++ b/doc/classref/tdecore/TDECmdLineArgs.html @@ -38,7 +38,7 @@
  • TDECmdLineArgs (_options, _name, _id)
    returns a TDECmdLineArgs instance
    - +
    ArgumentTypeDefault
    _optionsKCmdLineOptions
    _optionsTDECmdLineOptions
    _namechar
    _idchar
    @@ -53,7 +53,7 @@
    afterIdchar0
    A Pytbon list of tuples (name, description, default) is the first parameter -instead of a KCmdLineOptions object (KCmdLineOptions is not used); +instead of a TDECmdLineOptions object (TDECmdLineOptions is not used); NULL (or None) parameters to mark the end of the list are not required

  • addTempFileOption () diff --git a/doc/classref/tdecore/KCmdLineOptions.html b/doc/classref/tdecore/TDECmdLineOptions.html similarity index 91% rename from doc/classref/tdecore/KCmdLineOptions.html rename to doc/classref/tdecore/TDECmdLineOptions.html index 751bb87..54e7dce 100644 --- a/doc/classref/tdecore/KCmdLineOptions.html +++ b/doc/classref/tdecore/TDECmdLineOptions.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/html4/loose.dtd""> - class KCmdLineOptions + class TDECmdLineOptions @@ -12,7 +12,7 @@
    -

    class KCmdLineOptions


    +

    class TDECmdLineOptions


    @@ -28,7 +28,7 @@ - + diff --git a/doc/classref/tdecore/index.html b/doc/classref/tdecore/index.html index 7c9b4f4..ba7951b 100644 --- a/doc/classref/tdecore/index.html +++ b/doc/classref/tdecore/index.html @@ -45,7 +45,7 @@ - + diff --git a/examples/pytde-sampler/qt_widgets/CONTRIB b/examples/pytde-sampler/qt_widgets/CONTRIB index 8c3f7c6..8f12647 100644 --- a/examples/pytde-sampler/qt_widgets/CONTRIB +++ b/examples/pytde-sampler/qt_widgets/CONTRIB @@ -29,7 +29,7 @@ tdecore,KCatalogue,,, tdecore,KCharsets,,, tdecore,TDEClipboardSynchronizer,,, tdecore,TDECmdLineArgs,,, -tdecore,KCmdLineOptions,,, +tdecore,TDECmdLineOptions,,, tdecore,KCodecs,,, tdecore,KCompletion,,, tdecore,KCompletionBase,,, diff --git a/sip/tdecore/kcmdlineargs.sip b/sip/tdecore/kcmdlineargs.sip index f716f68..7f6226d 100644 --- a/sip/tdecore/kcmdlineargs.sip +++ b/sip/tdecore/kcmdlineargs.sip @@ -24,7 +24,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -class KCmdLineOptions +class TDECmdLineOptions { %TypeHeaderCode #include @@ -43,7 +43,7 @@ public: %End -}; // class KCmdLineOptions +}; // class TDECmdLineOptions class TDECmdLineArgs @@ -132,13 +132,13 @@ public: %End static void init (const TDEAboutData*); - static void addCmdLineOptions (SIP_PYLIST, const char* = 0, const char* = 0, const char* = 0) [void (const KCmdLineOptions*, const char* = 0, const char* = 0, const char* = 0)]; + static void addCmdLineOptions (SIP_PYLIST, const char* = 0, const char* = 0, const char* = 0) [void (const TDECmdLineOptions*, const char* = 0, const char* = 0, const char* = 0)]; %MethodCode //takes options | (a Python list of tuples) | name | (char = 0) | id | (char = 0) | afterId | (char = 0) //doc // A Pytbon list of tuples (name, description, default) is the first parameter -// instead of a KCmdLineOptions object (KCmdLineOptions is not used); +// instead of a TDECmdLineOptions object (TDECmdLineOptions is not used); // NULL (or None) parameters to mark the end of the list are not required //end @@ -148,10 +148,10 @@ public: return NULL; // opts is persistent - KCmdLineOptions *opts; + TDECmdLineOptions *opts; Py_BEGIN_ALLOW_THREADS - opts = new KCmdLineOptions [n + 1]; + opts = new TDECmdLineOptions [n + 1]; Py_END_ALLOW_THREADS int i, tsz; @@ -250,7 +250,7 @@ errorExit: protected: - TDECmdLineArgs (const KCmdLineOptions*, const char*, const char*); + TDECmdLineArgs (const TDECmdLineOptions*, const char*, const char*); ~TDECmdLineArgs (); public:
    tdecore
    ClassKCmdLineOptionsTDECmdLineOptions
    Inherits
    KCharsets
    TDEClipboardSynchronizer
    TDECmdLineArgs
    KCmdLineOptions
    TDECmdLineOptions
    KCodecs
    KCompletion
    KCompletionBase