summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 17:51:21 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-11-12 09:43:42 +0100
commit83a5dfdeaac0ff109c144d65ba648e10d65a9936 (patch)
tree6096d8ceb3d16bb4712d8a572793daf3fd7b685f
parentbb77c45271b66336c89be9e32ec7fdeae00ce9cf (diff)
downloadtdeutils-83a5dfdeaac0ff109c144d65ba648e10d65a9936.tar.gz
tdeutils-83a5dfdeaac0ff109c144d65ba648e10d65a9936.zip
Fix inadvertent tq changes.
(cherry picked from commit 5bc3aedd07ee837f91f1523b9193bcb057ed8658)
-rw-r--r--kdelirc/kcmlirc/kcmlirc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdelirc/kcmlirc/kcmlirc.h b/kdelirc/kcmlirc/kcmlirc.h
index 6d65fe8..cc7c9d3 100644
--- a/kdelirc/kcmlirc/kcmlirc.h
+++ b/kdelirc/kcmlirc/kcmlirc.h
@@ -63,9 +63,9 @@ public slots:
void slotEditMode();
#ifndef Q_MOC_RUN
-// QMOC_SKIP_BEGIN
+// MOC_SKIP_BEGIN
k_dcop:
-// QMOC_SKIP_END
+// MOC_SKIP_END
#endif
// now just used as a proxy to AddAction class
virtual void gotButton(TQString remote, TQString button);