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

« back to all changes in this revision

Viewing changes to kgoldrunner/src/kgrselector.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:
299
299
 
300
300
    connect (games,   SIGNAL (itemSelectionChanged()), this, SLOT (slGame()));
301
301
 
302
 
    connect (display, SIGNAL (valueChanged (const QString &)),
303
 
                this, SLOT (slUpdate (const QString &)));
 
302
    connect (display, SIGNAL (valueChanged(QString)),
 
303
                this, SLOT (slUpdate(QString)));
304
304
 
305
 
    connect (number, SIGNAL(valueChanged (int)), this, SLOT(slShowLevel (int)));
 
305
    connect (number, SIGNAL(valueChanged(int)), this, SLOT(slShowLevel(int)));
306
306
 
307
307
    // Only enable name and hint dialog here if saving a new or edited level.
308
308
    // At other times the name and hint have not been loaded or initialised yet.