~ubuntu-branches/ubuntu/saucy/kgamma/saucy-proposed

« back to all changes in this revision

Viewing changes to kcmkgamma/gammactrl.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-06 14:06:53 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20120606140653-9c55z7dy3yq5xfi5
Tags: 4:4.8.80-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "gammactrl.moc"
28
28
 
29
29
GammaCtrl::GammaCtrl(QWidget *parent, XVidExtWrap *xvid, int channel, \
30
 
  const QString& mingamma, const QString& maxgamma, const QString& setgamma, \
31
 
  const char *name) : KHBox(parent)
 
30
  const QString& mingamma, const QString& maxgamma, const QString& setgamma)
 
31
  : KHBox(parent)
32
32
{
33
33
  int maxslider = (int)( ( maxgamma.toDouble() - mingamma.toDouble() \
34
34
                  + 0.0005 ) * 20 );