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/kedittest.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 kdeui/tests/kedittest.cpp (limited to 'kdeui/tests/kedittest.cpp') diff --git a/kdeui/tests/kedittest.cpp b/kdeui/tests/kedittest.cpp deleted file mode 100644 index 17a593e74..000000000 --- a/kdeui/tests/kedittest.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include -#include -#include - -int main( int argc, char **argv ) -{ - KApplication app( argc, argv, "kedittest" ); - KEdit *edit = new KEdit( 0L ); - TQPopupMenu *pop = new TQPopupMenu( 0L ); - pop->insertItem( "Popupmenu item" ); - edit->installRBPopup( pop ); - edit->show(); - return app.exec(); -} -- cgit v1.2.3