~ubuntu-branches/ubuntu/quantal/kdegames/quantal

« back to all changes in this revision

Viewing changes to kmahjongg/Editor.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:50 UTC
  • mfrom: (1.3.14)
  • Revision ID: package-import@ubuntu.com-20111215141750-6tj6brf4azhrt915
Tags: 4:4.7.90-0ubuntu1
new upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    // tell the user what we do
81
81
    setCaption(i18n("Edit Board Layout"));
82
82
 
83
 
    connect( drawFrame, SIGNAL(mousePressed(QMouseEvent *) ),
84
 
             SLOT(drawFrameMousePressEvent(QMouseEvent *)));
85
 
    connect( drawFrame, SIGNAL(mouseMoved(QMouseEvent *) ),
86
 
             SLOT(drawFrameMouseMovedEvent(QMouseEvent *)));
 
83
    connect( drawFrame, SIGNAL(mousePressed(QMouseEvent*)),
 
84
             SLOT(drawFrameMousePressEvent(QMouseEvent*)));
 
85
    connect( drawFrame, SIGNAL(mouseMoved(QMouseEvent*)),
 
86
             SLOT(drawFrameMouseMovedEvent(QMouseEvent*)));
87
87
 
88
88
    statusChanged();
89
89