~kubuntu-members/kubrick/4.11

« back to all changes in this revision

Viewing changes to src/game.cpp

  • Committer: Laurent Montel
  • Date: 2011-07-31 09:50:45 UTC
  • Revision ID: git-v1:3db10ccc8b1009e070508b84e13f5c0ee22c36e2
Normalize signals/slots

svn path=/trunk/KDE/kdegames/kubrick/; revision=1244155

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
    moveTracker = new MoveTracker (myParent);
55
55
 
56
 
    connect (moveTracker, SIGNAL(newMove (Move *)),
57
 
                        this, SLOT(addPlayersMove (Move *)));
 
56
    connect (moveTracker, SIGNAL(newMove(Move*)),
 
57
                        this, SLOT(addPlayersMove(Move*)));
58
58
    connect (moveTracker, SIGNAL(cubeRotated()),
59
59
                        this, SLOT(setCubeNotAligned()));
60
60