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 /kpat | |
parent | 4ffd16a310c74db19a5ba0c297234470f01cd7b3 (diff) | |
download | tdegames-2e384e286e5ec2f884ceab9a360f90f544554066.tar.gz tdegames-2e384e286e5ec2f884ceab9a360f90f544554066.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kpat')
-rw-r--r-- | kpat/CHANGES | 2 | ||||
-rw-r--r-- | kpat/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kpat/CHANGES b/kpat/CHANGES index 2480f12e..208b9819 100644 --- a/kpat/CHANGES +++ b/kpat/CHANGES @@ -120,7 +120,7 @@ since kpat-0.4 since kpat-0.3 - - kpat is a KApplication now (Matthias) + - kpat is a TDEApplication now (Matthias) since kpat-0.2 diff --git a/kpat/main.cpp b/kpat/main.cpp index b1536e7d..110046c8 100644 --- a/kpat/main.cpp +++ b/kpat/main.cpp @@ -57,7 +57,7 @@ int main( int argc, char **argv ) TDECmdLineArgs::addCmdLineOptions (options); TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs(); - KApplication a; + TDEApplication a; KGlobal::locale()->insertCatalogue("libtdegames"); if (a.isRestored()) |