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

« back to all changes in this revision

Viewing changes to src/HistorySizeWidget.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:
22
22
#include "HistorySizeWidget.h"
23
23
 
24
24
// Qt
25
 
#include <QtGui/QButtonGroup>
26
 
#include <QtGui/QAbstractButton>
 
25
#include <QButtonGroup>
 
26
#include <QAbstractButton>
27
27
 
28
28
// Konsole
29
29
#include "ui_HistorySizeWidget.h"