From e16866e072f94410321d70daedbcb855ea878cac Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 15:56:40 -0600 Subject: Actually move the kde files that were renamed in the last commit --- kdeui/tests/kactiontest.cpp | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 kdeui/tests/kactiontest.cpp (limited to 'kdeui/tests/kactiontest.cpp') diff --git a/kdeui/tests/kactiontest.cpp b/kdeui/tests/kactiontest.cpp deleted file mode 100644 index ea97883c8..000000000 --- a/kdeui/tests/kactiontest.cpp +++ /dev/null @@ -1,38 +0,0 @@ - -#include - -#include -#include - -#include - -int main( int argc, char **argv ) -{ - KApplication app( argc, argv, "kactiontest" ); - - KActionCollection coll( static_cast( 0 ) ); - - TQGuardedPtr action1 = new KRadioAction("test",0, &coll); - TQGuardedPtr action2 = new KRadioAction("test",0, &coll); - TQGuardedPtr action3 = new KRadioAction("test",0, &coll); - TQGuardedPtr action4 = new KRadioAction("test",0, &coll); - TQGuardedPtr action5 = new KRadioAction("test",0, &coll); - TQGuardedPtr action6 = new KRadioAction("test",0, &coll); - TQGuardedPtr action7 = new KRadioAction("test",0, &coll); - - coll.clear(); - assert( coll.isEmpty() ); - - assert( action1.isNull() ); - assert( action2.isNull() ); - assert( action3.isNull() ); - assert( action4.isNull() ); - assert( action5.isNull() ); - assert( action6.isNull() ); - assert( action7.isNull() ); - - return 0; -} - -/* vim: et sw=4 ts=4 - */ -- cgit v1.2.3