~ubuntu-branches/ubuntu/edgy/koffice/edgy-updates

« back to all changes in this revision

Viewing changes to kchart/table.h

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040509113300-xi5t1z4yxe7n03x7
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/****************************************************************************
2
 
** $Id: table.h,v 1.9 2000/12/21 07:59:47 mlaurent Exp $
3
 
**
4
2
** Copyright (C) 1992-1998 Troll Tech AS.  All rights reserved.
5
3
**
6
4
** This file is part of an example program for Qt.  This example
14
12
 
15
13
#ifndef TABLE_H
16
14
#define TABLE_H
17
 
#include <qtableview.h>
 
15
#include <qttableview.h>
18
16
#include <qlineedit.h>
19
17
#include <qpainter.h>
20
18
#include <qstringlist.h>
21
19
 
22
 
class SheetTable : public QTableView
 
20
class SheetTable : public QtTableView
23
21
{
24
22
    Q_OBJECT
25
23
public: