diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:53:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:53:43 -0600 |
commit | 8d234817c36d029c8354600754051de394c4a27d (patch) | |
tree | 2f6f343c03891b87e2bc326e6f49dbaa32f28ef4 /src/knemod/interfacetray.cpp | |
parent | 25f26fa3bcfc6fd8519c76d6ab0a2fd37d5c637f (diff) | |
download | knemo-8d234817c36d029c8354600754051de394c4a27d.tar.gz knemo-8d234817c36d029c8354600754051de394c4a27d.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/knemod/interfacetray.cpp')
-rw-r--r-- | src/knemod/interfacetray.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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(); } |