~ubuntu-branches/ubuntu/precise/mm3d/precise

« back to all changes in this revision

Viewing changes to src/commands/snapcmd.cc

  • Committer: Bazaar Package Importer
  • Author(s): Ludovico Gardenghi
  • Date: 2008-10-21 01:00:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081021010014-65o1syy7ry430sn0
Tags: 1.3.7-1.1
* Non-maintainer upload.
* Fix FTBFS bug due to wrong Build-Depends -- still QT3 but new upstream
  moved to QT4. Removed useless dependencies on various X libraries.
  (Closes: #490331, #489838)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#include <math.h>
39
39
#include <stdlib.h>
40
40
#include <ctype.h>
41
 
#include <qobject.h>
42
 
#include <qapplication.h>
 
41
#include <QtCore/QObject>
 
42
#include <QtGui/QApplication>
43
43
 
44
44
 
45
45
SnapCommand::SnapCommand()