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/apps/tableviewer') diff --git a/noncore/apps/tableviewer/tableviewer.cpp b/noncore/apps/tableviewer/tableviewer.cpp index fdf0072..207172d 100644 --- a/noncore/apps/tableviewer/tableviewer.cpp +++ b/noncore/apps/tableviewer/tableviewer.cpp @@ -33,7 +33,7 @@ #include /* QTE includes */ -#include +#include #include #include #include @@ -92,7 +92,7 @@ TableViewerWindow::TableViewerWindow(QWidget *parent, const char *name, WFlags f QVBoxLayout *main_layout = new QVBoxLayout; /* Build tool bar */ - navigation = new QPEToolBar(this, "navigation"); + navigation = new QToolBar(this, "navigation"); QToolButton *newItemButton = new QToolButton( QIconSet(Resource::loadPixmap("new")), "New Item", QString::null, this, SLOT(newItemSlot()), navigation, "New Item"); -- cgit v0.9.0.2