From 1dd83e5f38d1c16d3e6da18d0caca0ee093ab58f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:35:10 -0600 Subject: Rename old tq methods that no longer need a unique name --- kunittest/runnergui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kunittest/runnergui.cpp') diff --git a/kunittest/runnergui.cpp b/kunittest/runnergui.cpp index 4644d0e5..b932041e 100644 --- a/kunittest/runnergui.cpp +++ b/kunittest/runnergui.cpp @@ -211,7 +211,7 @@ namespace KUnitTest if ( test->inherits("KUnitTest::SlotTester") ) { - TQStrList allSlots = test->tqmetaObject()->slotNames(); + TQStrList allSlots = test->metaObject()->slotNames(); for ( char *sl = allSlots.first(); sl; sl = allSlots.next() ) { if ( TQString(sl).startsWith("test") ) -- cgit v1.2.3