Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
@ -138,3 +138,5 @@ void CpuPanel::resizeEvent ( TQResizeEvent *e )
speed->setGeometry(mw,h/3,w-mw*2,(h*2)/5);
}
#include "cpupanel.moc"
@ -76,3 +76,5 @@ void GeneralCfg::slotApplyChanges()
//
sensors->emitConfigChanged();
#include "generalcfg.moc"
@ -169,3 +169,4 @@ bool HDSensorsList::getDisks(TQStringList &disks )
// ***************
#include "hdsensorslist.moc"
@ -125,5 +125,4 @@ int result;
return (result==0 || AcpiAvailable()==0);
#include "i8ksensorslist.moc"
@ -89,3 +89,4 @@ void InfoPanels::readUpdateInterval()
// ******************* Public static methods **********************
#include "infopanels.moc"
@ -95,4 +95,4 @@ KSensorsCfg::~KSensorsCfg()
{
#include "ksensorscfg.moc"
@ -41,3 +41,5 @@ void KSensorsSplash::timerEvent( TQTimerEvent * )
close();
#include "ksensorssplash.moc"
@ -276,3 +276,5 @@ const sensors_chip_name *LMSensor::getChipName()
return ((LMSensorsChip *)parent())->getChipName();
#include "lmsensor.moc"
@ -143,3 +143,4 @@ bool LMSensorDockPanel::readShowInDock(const char *name)
return TDEGlobal::config()->readBoolEntry("showInDock", false);
#include "lmsensordockpanel.moc"
@ -166,3 +166,5 @@ void LMSensorPanel::paletteChange(const TQPalette &oldPalette)
lcdVal->setShadowColor(getColorValue());
arc->setArrowColor(getColorValue());
#include "lmsensorpanel.moc"
@ -142,3 +142,5 @@ void LMSensors::childEvent( TQChildEvent *e )
/*********************************************************************************/
#include "lmsensors.moc"
@ -143,3 +143,5 @@ void LMSensorsAlarms::writeAlarmSound(const char *name, const TQString &cmd)
TDEGlobal::config()->setGroup(name);
TDEGlobal::config()->writeEntry("AlarmSound", cmd);
#include "lmsensorsalarms.moc"
@ -290,3 +290,5 @@ void LMSensorsCfg::slotComboMinMaxSelected(int index)
combo->setEditText(str);
#include "lmsensorscfg.moc"
@ -75,3 +75,4 @@ TQObjectList *sensors= (TQObjectList *)children();
if(sensor->monitorized()) sensor->updateValue();
#include "lmsensorschip.moc"
@ -226,3 +226,4 @@ void LMSensorsDock::showHandbook()
kapp->invokeHelp();
#include "lmsensorsdock.moc"
@ -369,3 +369,4 @@ void LMSensorsWidget::cfgUnsetPalette(const char *name)
// *********************************** End *************************************
#include "lmsensorswidget.moc"
@ -101,4 +101,4 @@ void PaletteCfg::savePalette()
else LMSensorsWidget::cfgWritePalette(framePanel->palette(),groupName);
#include "palettecfg.moc"
@ -55,3 +55,5 @@ void Panel::writeShow(const char *name, bool fShow)
//*****************************************************************************
#include "panel.moc"
@ -16,4 +16,4 @@
***************************************************************************/
#include "panelsgroup.h"
#include "panelsgroup.moc"
@ -51,3 +51,4 @@ void ProcessExec::slotReceivedStderr(TDEProcess *proc, char *buf, int len)
slotReceivedStdout(proc,buf,len);
#include "processexec.moc"
@ -174,6 +174,4 @@ void TQBarMeter::paintEvent( TQPaintEvent *)
#include "qbarmeter.moc"
@ -350,3 +350,5 @@ void TQDialArc::paramsChanged()
//*****************************************************************
#include "qdialarc.moc"
@ -105,10 +105,4 @@ TQPainter p(this);
TQLcd::draw(&p,0,0,width(),height(),digitStr.latin1(),options,&forColor,&shaColor);
#include "qlcdstring.moc"
@ -187,3 +187,5 @@ Sensor::TempScale Sensor::getTempScale()
return ((SensorsList *)parent())->getTempScale();
#include "sensor.moc"
@ -130,3 +130,5 @@ void SensorsList::slotValueChanged()
#include "sensorslist.moc"
@ -124,3 +124,4 @@ void SystemCfg::slotApplyChanges()
#include "systemcfg.moc"
@ -73,3 +73,5 @@ void UpTimePanel::resizeEvent ( TQResizeEvent *e )
lcd->setGeometry(mw,h/3,w-mw*2,(h*2)/5);
#include "uptimepanel.moc"