diff options
Diffstat (limited to 'tdeui')
-rw-r--r-- | tdeui/tests/kpixmapregionselectordialogtest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/tests/kpixmapregionselectordialogtest.cpp b/tdeui/tests/kpixmapregionselectordialogtest.cpp index 84cc7ae65..8c5cb545e 100644 --- a/tdeui/tests/kpixmapregionselectordialogtest.cpp +++ b/tdeui/tests/kpixmapregionselectordialogtest.cpp @@ -5,10 +5,10 @@ #include <kcmdlineargs.h> #include <iostream> -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "+file", "The image file to open", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char**argv) |