summaryrefslogtreecommitdiffstats
path: root/dcop
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:11:03 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-11-09 01:57:33 +0100
commitbcd4f52251f03fa51ee7ae01f474bc633c7a7997 (patch)
tree8d4058c365ab7109f529d9daf25b6d448e606ebf /dcop
parent473b1819a7d9a92f4aaab209cad3af8ec17a6a9b (diff)
downloadtdelibs-bcd4f52251f03fa51ee7ae01f474bc633c7a7997.tar.gz
tdelibs-bcd4f52251f03fa51ee7ae01f474bc633c7a7997.zip
Fix inadvertent tqt changes.
(cherry picked from commit 5d9a593c1fe4967f3636524cbef739d80b0d8cae)
Diffstat (limited to 'dcop')
-rw-r--r--dcop/testdcop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcop/testdcop.h b/dcop/testdcop.h
index 936632b55..7f757a5ce 100644
--- a/dcop/testdcop.h
+++ b/dcop/testdcop.h
@@ -35,7 +35,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <stdio.h>
/**
- $QTDIR/bin/tqmoc testdcop.cpp -o testdcop.moc
+ $QTDIR/bin/moc testdcop.cpp -o testdcop.moc
g++ -o testdcop testdcop.cpp -I$QTDIR/include -L$QTDIR/lib
@internal