From a981b85cb9db7276e530ff0bb538bbafac94c5c4 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 13:12:33 -0500 Subject: Fix inadvertent tqt changes. --- quanta/utility/tagaction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quanta/utility') diff --git a/quanta/utility/tagaction.cpp b/quanta/utility/tagaction.cpp index 3a911291..57830da9 100644 --- a/quanta/utility/tagaction.cpp +++ b/quanta/utility/tagaction.cpp @@ -486,7 +486,7 @@ bool TagAction::slotActionActivated(KAction::ActivationReason reason, TQt::Butto return true; } #else - // hack to compile. tqmoc doesn't check the "#ifdef" at the declaration and the compiler complains + // hack to compile. moc doesn't check the "#ifdef" at the declaration and the compiler complains // of no matching function. bool TagAction::slotActionActivated(KAction::ActivationReason /*reason*/, TQt::ButtonState /*state*/) {return true;} -- cgit v1.2.1