diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:19:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:19:04 -0600 |
commit | 2e384e286e5ec2f884ceab9a360f90f544554066 (patch) | |
tree | 44e1defd7efd7f8f09d446992685d167ec546e5f /kblackbox/main.cpp | |
parent | 4ffd16a310c74db19a5ba0c297234470f01cd7b3 (diff) | |
download | tdegames-2e384e286e5ec2f884ceab9a360f90f544554066.tar.gz tdegames-2e384e286e5ec2f884ceab9a360f90f544554066.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kblackbox/main.cpp')
-rw-r--r-- | kblackbox/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kblackbox/main.cpp b/kblackbox/main.cpp index 63f877d6..411b4f52 100644 --- a/kblackbox/main.cpp +++ b/kblackbox/main.cpp @@ -32,7 +32,7 @@ int main( int argc, char **argv ) aboutData.addAuthor("Robert Cimrman",0, "cimrman3@students.zcu.cz"); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication a; + TDEApplication a; KGlobal::locale()->insertCatalogue("libtdegames"); if (a.isRestored()) |