diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-27 18:38:43 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-27 18:38:43 +0000 |
commit | 006c6dcef6326b789e64b263783fe0e0c99f1a5f (patch) | |
tree | a93dcb4e243b31412c692583fc06a3c792a99e26 /x11 | |
parent | 6eb92df39ef692dda2e22f42b02772d0afccf3a4 (diff) | |
download | arts-006c6dcef6326b789e64b263783fe0e0c99f1a5f.tar.gz arts-006c6dcef6326b789e64b263783fe0e0c99f1a5f.zip |
Revert previous commit...some bugs crept in since last build test a week ago and I woul prefer to fix them over the next few days before commiting this patch set.
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1155623 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'x11')
-rw-r--r-- | x11/x11globalcomm_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/x11globalcomm_impl.cc b/x11/x11globalcomm_impl.cc index 4c54b9e..71ac0c1 100644 --- a/x11/x11globalcomm_impl.cc +++ b/x11/x11globalcomm_impl.cc @@ -21,7 +21,7 @@ /* * This is based on Mark Donohoe's nice KRootProp class (found in * kdelibs/kdecore/krootprop.cpp). I couldn't use KRootProp directly, since - * I wanted aRts (and even it's X11 support) to work without KDE and/or TQt + * I wanted aRts (and even it's X11 support) to work without KDE and/or Qt * installed at all. */ |