diff options
Diffstat (limited to 'kcoloredit/kcolorchooser.cpp')
-rw-r--r-- | kcoloredit/kcolorchooser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcoloredit/kcolorchooser.cpp b/kcoloredit/kcolorchooser.cpp index 350069d8..9e7e95e6 100644 --- a/kcoloredit/kcolorchooser.cpp +++ b/kcoloredit/kcolorchooser.cpp @@ -35,10 +35,10 @@ static const char description[] = static const char version[] = "v1.0.1"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "print", I18N_NOOP("Print the selected color to stdout"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) |