~ubuntu-branches/ubuntu/precise/konsole/precise-proposed

« back to all changes in this revision

Viewing changes to src/RenameTabsDialog.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-16 13:14:43 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: package-import@ubuntu.com-20111216131443-rhdplbmmuxntat3k
Tags: upstream-4.7.90
ImportĀ upstreamĀ versionĀ 4.7.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef RENAMETABSDIALOG
21
21
#define RENAMETABSDIALOG
22
22
 
23
 
// Qt
24
 
#include <QPointer>
25
 
 
26
23
// KDE
27
24
#include <KDialog>
28
25
 
29
 
#include "Profile.h"
30
 
#include "TabTitleFormatAction.h"
31
 
 
32
26
namespace Ui
33
27
{
34
28
    class RenameTabsDialog;