diff options
Diffstat (limited to 'kxsldbg/main.cpp')
-rw-r--r-- | kxsldbg/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kxsldbg/main.cpp b/kxsldbg/main.cpp index 29b286c7..0875794a 100644 --- a/kxsldbg/main.cpp +++ b/kxsldbg/main.cpp @@ -9,12 +9,12 @@ static const char *description = I18N_NOOP("A TDE KPart Application for xsldbg, an XSLT debugger"); static const char *version = VERSION; -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "+XSLSource", I18N_NOOP("XSL script to run"), 0}, { "+XMLData", I18N_NOOP("XML data to be transformed"), 0}, { "+OutputFile", I18N_NOOP("File to save results to"), 0}, - KCmdLineLastOption // End of options. + TDECmdLineLastOption // End of options. }; int main(int argc, char **argv) |