~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to src/VBox/Frontends/VirtualBox/src/VBoxUpdateDlg.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "VBoxGlobal.h"
27
27
#include "VBoxProblemReporter.h"
28
28
#include "VBoxUpdateDlg.h"
 
29
#include "UIIconPool.h"
29
30
#endif /* !VBOX_WITH_PRECOMPILED_HEADERS */
30
31
 
31
32
/* VBoxVersion stuff */
252
253
    Ui::VBoxUpdateDlg::setupUi (this);
253
254
 
254
255
    /* Apply window icons */
255
 
    setWindowIcon (vboxGlobal().iconSetFull (QSize (32, 32), QSize (16, 16),
256
 
                                             ":/refresh_32px.png", ":/refresh_16px.png"));
 
256
    setWindowIcon(UIIconPool::iconSetFull(QSize (32, 32), QSize (16, 16),
 
257
                                          ":/refresh_32px.png", ":/refresh_16px.png"));
257
258
 
258
259
    /* Setup other connections */
259
260
    connect (mBtnCheck, SIGNAL (clicked()), this, SLOT (search()));