diff options
Diffstat (limited to 'src/profileengine/editor')
-rw-r--r-- | src/profileengine/editor/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profileengine/editor/main.cpp b/src/profileengine/editor/main.cpp index 4ffe6f92..c004b421 100644 --- a/src/profileengine/editor/main.cpp +++ b/src/profileengine/editor/main.cpp @@ -23,9 +23,9 @@ #include "profileeditor.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) |