From 74f47aebb77b4744bf18960b81c3744106cf56e0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:19:40 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kooka/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kooka') diff --git a/kooka/main.cpp b/kooka/main.cpp index 7ba88610..538e17cb 100644 --- a/kooka/main.cpp +++ b/kooka/main.cpp @@ -84,7 +84,7 @@ int main( int argc, char *argv[] ) TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); // Add my own options. - KApplication app; + TDEApplication app; KGlobal::locale()->insertCatalogue("libkscan"); KImageIO::registerFormats(); KIconLoader *loader = KGlobal::iconLoader(); -- cgit v1.2.3