From 2e384e286e5ec2f884ceab9a360f90f544554066 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:19:04 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kpat/CHANGES | 2 +- kpat/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kpat') 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()) -- cgit v1.2.3