diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 01:34:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-04 01:34:05 -0600 |
commit | 51c1ef690e8d1ab196d501d756f37803b0ff89cf (patch) | |
tree | e065690320b48d6f7af4d01f202fd2e4e1c12a0f /sip/tdecore/kcmdlineargs.sip | |
parent | 63ddb2ddfee2d1f4c51dbbb582d6f29f42ce446a (diff) | |
download | pytde-51c1ef690e8d1ab196d501d756f37803b0ff89cf.tar.gz pytde-51c1ef690e8d1ab196d501d756f37803b0ff89cf.zip |
Fix FTBFS
Diffstat (limited to 'sip/tdecore/kcmdlineargs.sip')
-rw-r--r-- | sip/tdecore/kcmdlineargs.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/tdecore/kcmdlineargs.sip b/sip/tdecore/kcmdlineargs.sip index afb4cef..e9e6a43 100644 --- a/sip/tdecore/kcmdlineargs.sip +++ b/sip/tdecore/kcmdlineargs.sip @@ -226,7 +226,7 @@ errorExit: TQCString getOption (const char*); %If ( KDE_3_1_4 - ) - TQCStringList getOptionList (const char*) const; + QCStringList getOptionList (const char*) const; %End bool isSet (const char*); |