~ubuntu-branches/ubuntu/precise/kde-style-qtcurve/precise

« back to all changes in this revision

Viewing changes to style/qtcurve.h

  • Committer: Package Import Robot
  • Author(s): Boris Pek
  • Date: 2012-01-20 23:51:07 UTC
  • mfrom: (5.1.26 sid)
  • Revision ID: package-import@ubuntu.com-20120120235107-3v8yqnozpc3nthif
Tags: 1.8.9-1
* New upstream release.
* New maintainer of the package,
  Fathi Boudra is removed from Uploaders field.
  (Closes: #641953)
* Vcs-* fields in debian/control were updated.
* File debian/copyright was rewritten in according to DEP-5.
  All files were rechecked, copyright information was updated.
* Short and long descriptions of packages were updated.
* Added new package qtcurve-i18n with translation files.
* Added file debian/patches/03_fix_spelling_errors.diff
  (Closes: #648108) (LP: #852957)

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    class WindowManager;
65
65
    class BlurHelper;
66
66
    class ShortcutHandler;
 
67
#ifdef Q_WS_X11
 
68
    class ShadowHelper;
 
69
#endif
67
70
 
68
71
class Style : public QCommonStyle
69
72
{
356
359
    QWidget                            *itsHoverWidget;
357
360
#ifdef Q_WS_X11
358
361
    QDBusInterface                     *itsDBus;
359
 
    QList<QWidget *>                   itsPendingBlurUpdates;
 
362
    QtCurve::ShadowHelper              *itsShadowHelper;
360
363
#endif
361
364
    mutable QScrollBar                 *itsSViewSBar;
362
365
    mutable QMap<QWidget *, QSet<QWidget *> > itsSViewContainers;