From 4518f62746143246d29eb9f08030e241ac33eeb7 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 07 Dec 2003 14:06:21 +0000 Subject: s/QPEToolBar/QToolBar: - remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future --- (limited to 'noncore/games/wordgame/wordgame.cpp') diff --git a/noncore/games/wordgame/wordgame.cpp b/noncore/games/wordgame/wordgame.cpp index d46e824..c01551d 100644 --- a/noncore/games/wordgame/wordgame.cpp +++ b/noncore/games/wordgame/wordgame.cpp @@ -134,7 +134,7 @@ WordGame::WordGame( QWidget* parent, const char* name, WFlags fl ) : vbox = new QVBox(this); setCentralWidget(vbox); - toolbar = new QPEToolBar(this); + toolbar = new QToolBar(this); addToolBar(toolbar, Bottom); reset = new QToolButton(Resource::loadPixmap("back"), tr("Back"), "", this, SLOT(resetTurn()), toolbar); done = new QToolButton(Resource::loadPixmap("done"), tr("Done"), "", this, SLOT(endTurn()), toolbar); -- cgit v0.9.0.2