diff options
Diffstat (limited to 'tdeio/tests/speed.cpp')
-rw-r--r-- | tdeio/tests/speed.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/tests/speed.cpp b/tdeio/tests/speed.cpp index 978845669..8256fa04f 100644 --- a/tdeio/tests/speed.cpp +++ b/tdeio/tests/speed.cpp @@ -57,10 +57,10 @@ void SpeedTest::finished(Job*) { kapp->quit(); } -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", "the URL to list", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) { |