From c648101ca50a9782911b58b5158b31e1d0427ab3 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 07 Dec 2003 13:51:01 +0000 Subject: s/QPEMenuBar/QMenuBar: - remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future --- (limited to 'noncore/games/minesweep/minesweep.cpp') diff --git a/noncore/games/minesweep/minesweep.cpp b/noncore/games/minesweep/minesweep.cpp index c84fe53..814070b 100644 --- a/noncore/games/minesweep/minesweep.cpp +++ b/noncore/games/minesweep/minesweep.cpp @@ -246,7 +246,7 @@ MineSweep::MineSweep( QWidget* parent, const char* name, WFlags f ) QPEToolBar *toolBar = new QPEToolBar( this ); toolBar->setHorizontalStretchable( TRUE ); - QPEMenuBar *menuBar = new QPEMenuBar( toolBar ); + QMenuBar *menuBar = new QMenuBar( toolBar ); QPopupMenu *gameMenu = new QPopupMenu( this ); gameMenu->insertItem( tr("Beginner"), this, SLOT( beginner() ) ); -- cgit v0.9.0.2