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/kcharselecttest.cpp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 kdeui/tests/kcharselecttest.cpp (limited to 'kdeui/tests/kcharselecttest.cpp') diff --git a/kdeui/tests/kcharselecttest.cpp b/kdeui/tests/kcharselecttest.cpp deleted file mode 100644 index 5880c436a..000000000 --- a/kdeui/tests/kcharselecttest.cpp +++ /dev/null @@ -1,16 +0,0 @@ -#include -#include -#include "kcharselect.h" - -int main (int argc,char **argv) -{ - KApplication app( argc, argv, "kcharselecttest" ); - - KCharSelect selector( 0, "char selector" ); - selector.resize( selector.tqsizeHint() ); - selector.show(); - selector.setCaption( "KCharSelect Test" ); - - app.setMainWidget( &selector ); - return app.exec(); -} -- cgit v1.2.1