diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 81b73e8..7af8259 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -111,5 +111,5 @@ int main(int argc, char *argv[]) /* Go */ int result = app.exec(); //return result; - exit(result); // Do not clean up memory to not crash while deleting the KApplication, or do not hang up on KDE exit + exit(result); // Do not clean up memory to not crash while deleting the TDEApplication, or do not hang up on KDE exit } |