diff options
Diffstat (limited to 'kiosktool/main.cpp')
| -rw-r--r-- | kiosktool/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kiosktool/main.cpp b/kiosktool/main.cpp index 716b894..291db5d 100644 --- a/kiosktool/main.cpp +++ b/kiosktool/main.cpp @@ -38,10 +38,10 @@ static const char *version = "1.0"; #define KDERC "/etc/kderc" #endif -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "kderc <file>", I18N_NOOP("kderc file to save settings to"), KDERC }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) |
