summaryrefslogtreecommitdiffstats
path: root/chalk/core/createdcop.py
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/core/createdcop.py')
-rwxr-xr-xchalk/core/createdcop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/core/createdcop.py b/chalk/core/createdcop.py
index 002698186..ffe9a9d6e 100755
--- a/chalk/core/createdcop.py
+++ b/chalk/core/createdcop.py
@@ -99,7 +99,7 @@ def parseHeader(headerfile, classname):
line.startswith("TQ_OBJECT") or
line.startswith("#") or
line.startswith("}") or
- line.startswith("public Q_SLOTS:") or
+ line.startswith("public slots:") or
line.find("~") != -1 or
len(line) == 0
):