diff options
Diffstat (limited to 'sip/tdecore/kcmdlineargs.sip')
-rw-r--r-- | sip/tdecore/kcmdlineargs.sip | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sip/tdecore/kcmdlineargs.sip b/sip/tdecore/kcmdlineargs.sip index c9831f6..afb4cef 100644 --- a/sip/tdecore/kcmdlineargs.sip +++ b/sip/tdecore/kcmdlineargs.sip @@ -139,7 +139,7 @@ public: //doc // A Pytbon list of tuples (name, description, default) is the first parameter // instead of a KCmdLineOptions object (KCmdLineOptions is not used); -// NULL (or None) parameters to mark the end of the list are not required +// NULL (or None) parameters to mark the end of the list are not retquired //end int n; @@ -218,15 +218,15 @@ errorExit: %End static KCmdLineArgs* parsedArgs (const char* = 0); - static QString cwd (); + static TQString cwd (); static const char* appName (); static void usage (const char* = 0); - static void usage (const QString&); + static void usage (const TQString&); static void enable_i18n (); - QCString getOption (const char*); + TQCString getOption (const char*); %If ( KDE_3_1_4 - ) - QCStringList getOptionList (const char*) const; + TQCStringList getOptionList (const char*) const; %End bool isSet (const char*); @@ -239,7 +239,7 @@ errorExit: %If ( KDE_3_2_0 - ) static void reset (); - static void loadAppArgs (QDataStream&); + static void loadAppArgs (TQDataStream&); %If ( KDE_3_4_0 - ) static void addTempFileOption (); @@ -256,7 +256,7 @@ protected: public: %If ( - KDE_3_1_3 ) - QValueList<QCString> getOptionList (const char*); + TQValueList<TQCString> getOptionList (const char*); %End |