diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:19:04 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:19:04 -0600 |
commit | 2e384e286e5ec2f884ceab9a360f90f544554066 (patch) | |
tree | 44e1defd7efd7f8f09d446992685d167ec546e5f /twin4 | |
parent | 4ffd16a310c74db19a5ba0c297234470f01cd7b3 (diff) | |
download | tdegames-2e384e286e5ec2f884ceab9a360f90f544554066.tar.gz tdegames-2e384e286e5ec2f884ceab9a360f90f544554066.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'twin4')
-rw-r--r-- | twin4/twin4/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin4/twin4/main.cpp b/twin4/twin4/main.cpp index f6b32c10..703fffe7 100644 --- a/twin4/twin4/main.cpp +++ b/twin4/twin4/main.cpp @@ -56,7 +56,7 @@ int main(int argc, char *argv[]) kdDebug(12010) << "Debug level set to " << global_debug << endl; } args->clear(); - KApplication app(argc, argv); + TDEApplication app(argc, argv); KGlobal::locale()->insertCatalogue("libtdegames"); if (app.isRestored()) |