From 2f1044cf6325ef76548375b602a14f8eb56eeb3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:21:27 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- krec/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'krec/main.cpp') diff --git a/krec/main.cpp b/krec/main.cpp index bbbdc2a4..1a841fe2 100644 --- a/krec/main.cpp +++ b/krec/main.cpp @@ -54,7 +54,7 @@ extern "C" KDE_EXPORT int kdemain( int argc, char* argv[] ) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. - KApplication app; + TDEApplication app; KRecord *w = new KRecord(); w->show(); app.setMainWidget(w); -- cgit v1.2.1