Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/kernel/qx11embed_x11.cpp

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    4848#include <qstyle.h>
    4949#include <qstyleoption.h>
    50 #include <qdatetime.h>
     50#include <q.h>
    5151#include <qpointer.h>
    5252#include <qdebug.h>
     
    10711071    d->focusProxy->setAttribute(Qt::WA_NativeWindow);
    10721072    d->focusProxy->setAttribute(Qt::WA_DontCreateNativeAncestors);
     1073
    10731074    d->focusProxy->setGeometry(-1, -1, 1, 1);
    10741075
     
    11361137/*! \internal
    11371138
    1138     Returns wether or not the windows' embedded flag is set.
     1139    Returns wether or not the windows' embedded flag is set.
    11391140*/
    11401141bool QX11EmbedContainerPrivate::isEmbedded() const
     
    12321233      preemptively workaround buggy window managers.
    12331234    */
    1234     QTime t;
     1235    Q t;
    12351236    t.start();
    12361237
Note: See TracChangeset for help on using the changeset viewer.