diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 23:53:04 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 23:53:04 -0600 |
commit | 08a27ff4ca540b9abfb3eac67cbba5a480a8bbd3 (patch) | |
tree | bcd4a532e741d04ebb160f4761bcb77b875286d4 /src/main.cpp | |
parent | dff37d34bfe7faea4801d273ea569eccf7e75c53 (diff) | |
download | basket-08a27ff4ca540b9abfb3eac67cbba5a480a8bbd3.tar.gz basket-08a27ff4ca540b9abfb3eac67cbba5a480a8bbd3.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
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 } |