From 7dee44aa033d3a0d3f3e57bc2bfc3c1b2ab9013b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 4 Dec 2014 08:21:38 -0600 Subject: Don't slow execution just because TDEAction::plugAccel was used --- tdeui/tdeaction.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tdeui') diff --git a/tdeui/tdeaction.cpp b/tdeui/tdeaction.cpp index 6f29ab848..a0c5a2aaa 100644 --- a/tdeui/tdeaction.cpp +++ b/tdeui/tdeaction.cpp @@ -772,9 +772,11 @@ void TDEAction::unplug( TQWidget *w ) void TDEAction::plugAccel(TDEAccel *kacc, bool configurable) { +#if 0 //ndef NDEBUG kdWarning(129) << "TDEAction::plugAccel(): call to deprecated action." << endl; kdDebug(129) << kdBacktrace() << endl; //kdDebug(129) << "TDEAction::plugAccel( kacc = " << kacc << " ): name \"" << name() << "\"" << endl; +#endif if ( d->m_tdeaccel ) unplugAccel(); @@ -795,7 +797,11 @@ void TDEAction::plugAccel(TDEAccel *kacc, bool configurable) //connect(d->m_tdeaccel, TQT_SIGNAL(keycodeChanged()), this, TQT_SLOT(slotKeycodeChanged())); } else + { +#if 0 //ndef NDEBUG kdWarning(129) << "TDEAction::plugAccel( kacc = " << kacc << " ): TDEAccel object already contains an action name \"" << name() << "\"" << endl; // -- ellis +#endif + } } void TDEAction::unplugAccel() -- cgit v1.2.3