From 48b07a0ff120e8b4479bcac912d8a8f043e22ae4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 12 Aug 2023 18:47:26 +0900 Subject: Drop TQT_BASE_OBJECT* defines Signed-off-by: Michele Calgaro --- tdeui/tests/tdeactiontest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeui/tests') diff --git a/tdeui/tests/tdeactiontest.cpp b/tdeui/tests/tdeactiontest.cpp index e892bb306..676872e96 100644 --- a/tdeui/tests/tdeactiontest.cpp +++ b/tdeui/tests/tdeactiontest.cpp @@ -10,7 +10,7 @@ int main( int argc, char **argv ) { TDEApplication app( argc, argv, "tdeactiontest" ); - TDEActionCollection coll( static_cast( 0 ) ); + TDEActionCollection coll( 0 ); TQGuardedPtr action1 = new TDERadioAction("test",0, &coll); TQGuardedPtr action2 = new TDERadioAction("test",0, &coll); -- cgit v1.2.1