summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weatherconfig.cpp
Unidiff
Diffstat (limited to 'noncore/todayplugins/weather/weatherconfig.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/todayplugins/weather/weatherconfig.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/todayplugins/weather/weatherconfig.cpp b/noncore/todayplugins/weather/weatherconfig.cpp
index fe10883..99ee2a0 100644
--- a/noncore/todayplugins/weather/weatherconfig.cpp
+++ b/noncore/todayplugins/weather/weatherconfig.cpp
@@ -64,2 +64,3 @@ WeatherPluginConfig::WeatherPluginConfig( QWidget *parent, const char* name)
64 layout->addMultiCellWidget( label, 0, 0, 0, 1 ); 64 layout->addMultiCellWidget( label, 0, 0, 0, 1 );
65 QWhatsThis::add( label, tr( "Enter the 4 letter code for the desired location here. See http://www.nws.noaa.gov/tg/siteloc.shtml to find a location near you." ) );
65 66
@@ -69,2 +70,3 @@ WeatherPluginConfig::WeatherPluginConfig( QWidget *parent, const char* name)
69 layout->addMultiCellWidget( locationEdit, 1, 1, 0, 1 ); 70 layout->addMultiCellWidget( locationEdit, 1, 1, 0, 1 );
71 QWhatsThis::add( locationEdit, tr( "Enter the 4 letter code for the desired location here. See http://www.nws.noaa.gov/tg/siteloc.shtml to find a location near you." ) );
70 72
@@ -85,2 +87,3 @@ WeatherPluginConfig::WeatherPluginConfig( QWidget *parent, const char* name)
85 layout->addMultiCellWidget( metricCB, 3, 3, 0, 1 ); 87 layout->addMultiCellWidget( metricCB, 3, 3, 0, 1 );
88 QWhatsThis::add( metricCB, tr( "Click here to select type of units displayed." ) );
86 89
@@ -89,2 +92,3 @@ WeatherPluginConfig::WeatherPluginConfig( QWidget *parent, const char* name)
89 layout->addWidget( label, 4, 0 ); 92 layout->addWidget( label, 4, 0 );
93 QWhatsThis::add( label, tr( "Select how often (in minutes) you want the weather to be updated." ) );
90 94
@@ -94,2 +98,3 @@ WeatherPluginConfig::WeatherPluginConfig( QWidget *parent, const char* name)
94 layout->addWidget( timerDelaySB, 4, 1 ); 98 layout->addWidget( timerDelaySB, 4, 1 );
99 QWhatsThis::add( timerDelaySB, tr( "Select how often (in minutes) you want the weather to be updated." ) );
95} 100}