~ubuntu-branches/ubuntu/vivid/kdesdk/vivid

« back to all changes in this revision

Viewing changes to umbrello/umbrello/messagewidgetlist.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-06 11:49:54 UTC
  • mfrom: (0.4.21)
  • Revision ID: package-import@ubuntu.com-20120606114954-rdls73fzlpzxglbx
Tags: 4:4.8.80-0ubuntu1
* New uptream beta release
* Update dont_export_private_classes.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
#ifndef MESSAGEWIDGETLIST_H
13
13
#define MESSAGEWIDGETLIST_H
14
14
 
15
 
#include <qlist.h>
 
15
#include <QtCore/QList>
16
16
 
17
17
class MessageWidget;
18
18