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/fifteen') diff --git a/noncore/games/fifteen/fifteen.cpp b/noncore/games/fifteen/fifteen.cpp index 293cd65..212f7b1 100644 --- a/noncore/games/fifteen/fifteen.cpp +++ b/noncore/games/fifteen/fifteen.cpp @@ -52,7 +52,7 @@ FifteenMainWindow::FifteenMainWindow(QWidget *parent, const char* name) toolbar->setHorizontalStretchable( TRUE ); addToolBar(toolbar); - QPEMenuBar *menubar = new QPEMenuBar( toolbar ); + QMenuBar *menubar = new QMenuBar( toolbar ); menubar->setMargin(0); QPopupMenu *game = new QPopupMenu( this ); -- cgit v0.9.0.2