diff options
Diffstat (limited to 'tdeui/tests/kactiontest.cpp')
-rw-r--r-- | tdeui/tests/kactiontest.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tdeui/tests/kactiontest.cpp b/tdeui/tests/kactiontest.cpp index 238f912c5..73a108ab0 100644 --- a/tdeui/tests/kactiontest.cpp +++ b/tdeui/tests/kactiontest.cpp @@ -10,15 +10,15 @@ int main( int argc, char **argv ) { TDEApplication app( argc, argv, "kactiontest" ); - KActionCollection coll( static_cast<TQObject *>( 0 ) ); - - TQGuardedPtr<KAction> action1 = new KRadioAction("test",0, &coll); - TQGuardedPtr<KAction> action2 = new KRadioAction("test",0, &coll); - TQGuardedPtr<KAction> action3 = new KRadioAction("test",0, &coll); - TQGuardedPtr<KAction> action4 = new KRadioAction("test",0, &coll); - TQGuardedPtr<KAction> action5 = new KRadioAction("test",0, &coll); - TQGuardedPtr<KAction> action6 = new KRadioAction("test",0, &coll); - TQGuardedPtr<KAction> action7 = new KRadioAction("test",0, &coll); + TDEActionCollection coll( static_cast<TQObject *>( 0 ) ); + + TQGuardedPtr<TDEAction> action1 = new TDERadioAction("test",0, &coll); + TQGuardedPtr<TDEAction> action2 = new TDERadioAction("test",0, &coll); + TQGuardedPtr<TDEAction> action3 = new TDERadioAction("test",0, &coll); + TQGuardedPtr<TDEAction> action4 = new TDERadioAction("test",0, &coll); + TQGuardedPtr<TDEAction> action5 = new TDERadioAction("test",0, &coll); + TQGuardedPtr<TDEAction> action6 = new TDERadioAction("test",0, &coll); + TQGuardedPtr<TDEAction> action7 = new TDERadioAction("test",0, &coll); coll.clear(); assert( coll.isEmpty() ); |