From a0f6dc1d9f2d38e0c10727ea8583f54425e33a53 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 10:55:29 -0600 Subject: [PATCH] Rename KAbout to avoid conflicts with KDE4 --- src/knemod/interfacetray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/knemod/interfacetray.cpp b/src/knemod/interfacetray.cpp index 5a24762..baa21a9 100644 --- a/src/knemod/interfacetray.cpp +++ b/src/knemod/interfacetray.cpp @@ -107,7 +107,7 @@ void InterfaceTray::showAboutDialog() data.addCredit( "Chris Schlaeger", I18N_NOOP( "Signal plotter" ), "cs@kde.org" ); - KAboutApplication about( &data ); + TDEAboutApplication about( &data ); about.setProgramLogo( DesktopIcon( "knemo" ) ); about.exec(); }