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/kmainwindowtest.cpp | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 kdeui/tests/kmainwindowtest.cpp (limited to 'kdeui/tests/kmainwindowtest.cpp') diff --git a/kdeui/tests/kmainwindowtest.cpp b/kdeui/tests/kmainwindowtest.cpp deleted file mode 100644 index 5b7afd36f..000000000 --- a/kdeui/tests/kmainwindowtest.cpp +++ /dev/null @@ -1,38 +0,0 @@ -#include -#include - -#include -#include -#include - -#include "kmainwindowtest.h" - -MainWindow::MainWindow() -{ - TQTimer::singleShot( 2*1000, this, TQT_SLOT( showMessage() ) ); - - setCentralWidget( new TQLabel( "foo", this ) ); - - menuBar()->insertItem( "hi" ); -} - -void MainWindow::showMessage() -{ - statusBar()->show(); - statusBar()->message( "test" ); -} - -int main( int argc, char **argv ) -{ - KApplication app( argc, argv, "kmainwindowtest" ); - - MainWindow* mw = new MainWindow; // deletes itself when closed - mw->show(); - - return app.exec(); -} - -#include "kmainwindowtest.moc" - -/* vim: et sw=4 ts=4 - */ -- cgit v1.2.1