~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to kspy/receiversview.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-28 10:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20080528101143-gzc3styjz1b70zxu
Tags: upstream-4.0.80
ImportĀ upstreamĀ versionĀ 4.0.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#define RECEIVERSVIEW_H
20
20
 
21
21
#include <qwidget.h>
22
 
#include <klistview.h>
 
22
#include <k3listview.h>
23
23
 
24
24
/**
25
25
  *@author Richard Dale
26
26
  */
27
27
 
28
 
class ReceiversView : public KListView  {
 
28
class ReceiversView : public K3ListView  {
29
29
   Q_OBJECT
30
30
public: 
31
31
   ReceiversView(QWidget *parent=0, const char *name=0);