[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/graphics/digikam/imageplugins/channelmixer
From:       Gilles Caulier <caulier.gilles () gmail ! com>
Date:       2010-02-19 13:43:05
Message-ID: 1266586985.689128.32353.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1092760 by cgilles:

polish


 M  +3 -8      channelmixertool.cpp  


--- trunk/extragear/graphics/digikam/imageplugins/channelmixer/channelmixertool.cpp \
#1092759:1092760 @@ -34,14 +34,10 @@
 // Qt includes
 
 #include <QCheckBox>
-#include <QColor>
 #include <QFile>
 #include <QGridLayout>
 #include <QLabel>
-#include <QPixmap>
 #include <QPushButton>
-#include <QTimer>
-#include <QToolButton>
 
 // KDE includes
 
@@ -56,7 +52,6 @@
 #include <klocale.h>
 #include <kmessagebox.h>
 #include <kstandarddirs.h>
-#include <kvbox.h>
 
 // LibKDcraw includes
 
@@ -532,7 +527,7 @@
     updateSettingsWidgets();
     slotMonochromeActived(d->mixerSettings.bMonochrome);
 
-    // we need to call the set methods here, otherwise the histogram will not be \
updated correctly +    // we need to call these methods here, otherwise the histogram \
                will not be updated correctly
     d->gboxSettings->histogramBox()->setChannel((ChannelType)group.readEntry(d->configHistogramChannelEntry,
  (int)LuminosityChannel));
     d->gboxSettings->histogramBox()->setScale((HistogramScale)group.readEntry(d->configHistogramScaleEntry,
 @@ -600,7 +595,7 @@
 // Load all gains.
 void ChannelMixerTool::slotLoadSettings()
 {
-    KUrl loadGainsFileUrl;
+    KUrl  loadGainsFileUrl;
     FILE* fp = 0L;
 
     loadGainsFileUrl = KFileDialog::getOpenUrl(KGlobalSettings::documentPath(),
@@ -687,7 +682,7 @@
 // Save all gains.
 void ChannelMixerTool::slotSaveAsSettings()
 {
-    KUrl saveGainsFileUrl;
+    KUrl  saveGainsFileUrl;
     FILE* fp = 0L;
 
     saveGainsFileUrl = KFileDialog::getSaveUrl(KGlobalSettings::documentPath(),


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic