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 'core/pim/todo/quickeditimpl.h') diff --git a/core/pim/todo/quickeditimpl.h b/core/pim/todo/quickeditimpl.h index 1253f3d..89b94f8 100644 --- a/core/pim/todo/quickeditimpl.h +++ b/core/pim/todo/quickeditimpl.h @@ -3,14 +3,14 @@ #include -#include +#include #include "quickedit.h" class QLineEdit; class QLabel; -class QuickEditImpl : public QPEToolBar, public Todo::QuickEdit { +class QuickEditImpl : public QToolBar, public Todo::QuickEdit { Q_OBJECT public: QuickEditImpl( QWidget* parent, bool visible); -- cgit v0.9.0.2