diff --git a/src/main.cpp b/src/main.cpp index 2127de9..a49ae89 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,10 +31,10 @@ static const char description[] = static const char version[] = "0.2"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP( "URL to Safely Remove" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv)