From fb652a2be46ce1a2081e5dde268cd9f4ebe6fdd0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 15 Nov 2011 15:08:51 -0600 Subject: Fix kdelibs FTBFS on native TQt3 --- kunittest/tester.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kunittest/tester.cpp') 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()); -- cgit v1.2.3