summaryrefslogtreecommitdiffstats
path: root/kunittest
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 15:08:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 15:08:51 -0600
commitfb652a2be46ce1a2081e5dde268cd9f4ebe6fdd0 (patch)
treea01fcd88aa65a77c2b2e12ba1a55851ddfe5afcc /kunittest
parent3fbca5d9a4bd057ed5f9df138333e6c16dbdcc62 (diff)
downloadtdelibs-fb652a2be46ce1a2081e5dde268cd9f4ebe6fdd0.tar.gz
tdelibs-fb652a2be46ce1a2081e5dde268cd9f4ebe6fdd0.zip
Fix kdelibs FTBFS on native TQt3
Diffstat (limited to 'kunittest')
-rw-r--r--kunittest/tester.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kunittest/tester.cpp b/kunittest/tester.cpp
index ea8159421..55f9d541d 100644
--- a/kunittest/tester.cpp
+++ b/kunittest/tester.cpp
@@ -40,7 +40,7 @@ namespace KUnitTest
void SlotTester::invokeMember(const TQString &str)
{
- TQString slotname = TQString::number(QSLOT_CODE) + str;
+ TQString slotname = TQString::number(TQSLOT_CODE) + str;
connect(this, TQT_SIGNAL(invoke()), this, slotname.ascii());
emit invoke();
disconnect(this, TQT_SIGNAL(invoke()), this, slotname.ascii());