diff options
author | Darrell Anderson <[email protected]> | 2012-10-21 15:03:48 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-11-10 17:07:10 +0100 |
commit | 81ace9c203cb45088d2773b5c5730558f1118e78 (patch) | |
tree | 5eca9c9710d9b102fa973439d8ef9a2e43b9a2e2 /kopete/kopete.api | |
parent | 1bf5123b9baf081041fede0624ebd4cf81d2e44b (diff) | |
download | tdenetwork-81ace9c203cb45088d2773b5c5730558f1118e78.tar.gz tdenetwork-81ace9c203cb45088d2773b5c5730558f1118e78.zip |
Fix inadvertent tq changes.
(cherry picked from commit 653be9f035cd202fb2fb65061b483cb5a5e2ae12)
Diffstat (limited to 'kopete/kopete.api')
-rw-r--r-- | kopete/kopete.api | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete.api b/kopete/kopete.api index 04084b8e..95a196aa 100644 --- a/kopete/kopete.api +++ b/kopete/kopete.api @@ -59,8 +59,8 @@ WARN_LOGFILE = INPUT = libkopete libkopete/ui FILE_PATTERNS = *.h RECURSIVE = NO -EXCLUDE_PATTERNS = *.tqmoc.* \ - tqmoc* \ +EXCLUDE_PATTERNS = *.moc.* \ + moc* \ *.all_cpp.* \ *unload.* \ */test/* \ |