diff options
Diffstat (limited to 'tdefilereplace')
-rw-r--r-- | tdefilereplace/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdefilereplace/main.cpp b/tdefilereplace/main.cpp index 4b12eba0..673b431b 100644 --- a/tdefilereplace/main.cpp +++ b/tdefilereplace/main.cpp @@ -26,10 +26,10 @@ static const char description[] = static const char version[] = "0.1"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[PATH]", I18N_NOOP( "Starting folder" ), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) |