summaryrefslogtreecommitdiffstats
path: root/dcop
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:11:03 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:11:03 -0500
commit5d9a593c1fe4967f3636524cbef739d80b0d8cae (patch)
treea735cd56b419e4294919ad51b2e0e999cf3203da /dcop
parent481457e5859adea2b83aba47b6d5d724b4c7bf24 (diff)
downloadtdelibs-5d9a593c1fe4967f3636524cbef739d80b0d8cae.tar.gz
tdelibs-5d9a593c1fe4967f3636524cbef739d80b0d8cae.zip
Fix inadvertent tqt changes.
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 aede0f98e..7835ca311 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