summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/tdeactiontest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tests/tdeactiontest.cpp')
-rw-r--r--tdeui/tests/tdeactiontest.cpp2
1 files changed, 1 insertions, 1 deletions
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<TQObject *>( 0 ) );
+ TDEActionCollection coll( 0 );
TQGuardedPtr<TDEAction> action1 = new TDERadioAction("test",0, &coll);
TQGuardedPtr<TDEAction> action2 = new TDERadioAction("test",0, &coll);