~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/konsole/src/HistorySizeDialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-02 13:28:20 UTC
  • mto: This revision was merged to the branch mainline in revision 258.
  • Revision ID: james.westby@ubuntu.com-20091202132820-tpxn348l9frx5zd5
Tags: upstream-4.3.80
ImportĀ upstreamĀ versionĀ 4.3.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <KDialog>
25
25
 
26
26
class QAbstractButton;
27
 
class QSpinBox;
 
27
class KIntSpinBox;
28
28
 
29
29
namespace Konsole
30
30
{
123
123
    QAbstractButton* _fixedHistoryButton;
124
124
    QAbstractButton* _unlimitedHistoryButton;
125
125
    QAbstractButton* _saveToCurrentProfileButton;
126
 
    QSpinBox* _lineCountBox;   
 
126
    KIntSpinBox* _lineCountBox;   
127
127
 
128
128
    HistoryMode _defaultMode;
129
129
    int _defaultLineCount;