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

« back to all changes in this revision

Viewing changes to src/WarningBox.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:
21
21
#define WARNINGBOX_H
22
22
 
23
23
// Qt
24
 
#include <QFrame>
 
24
#include <QtGui/QFrame>
25
25
 
26
26
class QLabel;
27
27
 
28
28
namespace Konsole
29
29
{
30
30
 
31
 
/** 
32
 
 * A label which displays a warning message, 
 
31
/**
 
32
 * A label which displays a warning message,
33
33
 * using the appropriate icon from the current icon theme
34
34
 * and background color from KColorScheme
35
35
 */