summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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