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/backgammon/backgammon.cpp') diff --git a/noncore/games/backgammon/backgammon.cpp b/noncore/games/backgammon/backgammon.cpp index 06523f1..755ed10 100644 --- a/noncore/games/backgammon/backgammon.cpp +++ b/noncore/games/backgammon/backgammon.cpp @@ -102,7 +102,7 @@ BackGammon::BackGammon(QWidget* parent, const char* name, WFlags fl) //the menu - QPEMenuBar* menuBar = new QPEMenuBar(this); + QMenuBar* menuBar = new QMenuBar(this); QPopupMenu* gamemenu= new QPopupMenu(this); gamemenu->insertItem(tr( "New" ),this,SLOT(newgame())); -- cgit v0.9.0.2