~ubuntu-branches/ubuntu/saucy/konsole/saucy-proposed

« back to all changes in this revision

Viewing changes to src/ViewContainerTabBar.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-11-19 16:01:56 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20121119160156-7ohwzglkgwe61gsf
Tags: 4:4.9.80-0ubuntu1
* New upstream beta release
* Remove ControlDragSettings.diff now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
// Qt
26
26
#include <QtCore/QMimeData>
27
 
#include <QtGui/QLabel>
 
27
#include <QLabel>
28
28
#include <QtGui/QPainter>
29
29
#include <QtGui/QDragMoveEvent>
30
30