diff options
Diffstat (limited to 'src/piklab/main.cpp')
-rw-r--r-- | src/piklab/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/piklab/main.cpp b/src/piklab/main.cpp index 409be80..dccdfba 100644 --- a/src/piklab/main.cpp +++ b/src/piklab/main.cpp @@ -11,7 +11,7 @@ #include "common/global/about.h" #include "libgui/likeback.h" -const KCmdLineOptions OPTIONS[] = { +const TDECmdLineOptions OPTIONS[] = { { "+[file]", I18N_NOOP("Optional filenames to be opened upon startup."), 0 }, { 0, 0, 0} }; |