diff options
author | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
commit | 203ba231d0276943aae36111f9ec1e949f3c6a4c (patch) | |
tree | f039f7a5b5fc2da88a96876971bac580d87f6788 /sip/tdecore/kcmdlineargs.sip | |
parent | fd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff) | |
download | pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip |
Initial TQt conversion
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 |