From 8d234817c36d029c8354600754051de394c4a27d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:53:43 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/knemod/interfacetray.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/knemod/interfacetray.cpp') diff --git a/src/knemod/interfacetray.cpp b/src/knemod/interfacetray.cpp index 1dbf820..d816f01 100644 --- a/src/knemod/interfacetray.cpp +++ b/src/knemod/interfacetray.cpp @@ -94,8 +94,8 @@ void InterfaceTray::mousePressEvent( TQMouseEvent* e ) void InterfaceTray::showAboutDialog() { - KAboutData data ( "knemo", I18N_NOOP( "KNemo" ), version, - description, KAboutData::License_GPL, + TDEAboutData data ( "knemo", I18N_NOOP( "KNemo" ), version, + description, TDEAboutData::License_GPL, "(c) 2004, 2005, 2006 Percy Leonhardt\n\nSignal plotter taken from KSysGuard\n(c) 1999 - 2002, Chris Schlaeger", 0, "http://extragear.kde.org/apps/knemo/" @@ -114,7 +114,7 @@ void InterfaceTray::showAboutDialog() void InterfaceTray::showReportBugDialog() { - KAboutData data ( "knemo", I18N_NOOP( "KNemo" ), version ); + TDEAboutData data ( "knemo", I18N_NOOP( "KNemo" ), version ); KBugReport bugReport( 0, true, &data ); bugReport.exec(); } -- cgit v1.2.1