summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:44:32 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:44:32 -0500
commitf8114bd0d4b702e5cc7dedf620fd84dd648a5746 (patch)
tree970be00dfc0f0731394f3a54e4512ff9b28ead7a
parent1f04c371bc2093e7b9122d7db9ab1ccd346b71a6 (diff)
downloadksystemlog-f8114bd0.tar.gz
ksystemlog-f8114bd0.zip
Fix inadvertent tq changes.
-rw-r--r--ksystemlog/src/slotLogAction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksystemlog/src/slotLogAction.cpp b/ksystemlog/src/slotLogAction.cpp
index d62e916..b5b395c 100644
--- a/ksystemlog/src/slotLogAction.cpp
+++ b/ksystemlog/src/slotLogAction.cpp
@@ -52,7 +52,7 @@ void SlotLogAction::slotLogAction() {
}
#endif
-//Include the right TQMOC file, depending of the version of KDE
+//Include the right MOC file, depending of the version of KDE
#if defined(TDE_MAKE_VERSION) && (TDE_VERSION >= TDE_MAKE_VERSION(3,4,0))
#include "slotLogAction.moc"
#else