diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:23:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:23:37 -0600 |
commit | 251c4d87e52794911ea960530258703584dfd93a (patch) | |
tree | 52bc7638a0dad40e8f7005f575d3679ad5e5c20c /kweather/kcmweather.cpp | |
parent | 59a076e9336f1eebda8650437e6bc61077be1516 (diff) | |
download | tdetoys-251c4d87e52794911ea960530258703584dfd93a.tar.gz tdetoys-251c4d87e52794911ea960530258703584dfd93a.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'kweather/kcmweather.cpp')
-rw-r--r-- | kweather/kcmweather.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kweather/kcmweather.cpp b/kweather/kcmweather.cpp index d49d3a0..528b26b 100644 --- a/kweather/kcmweather.cpp +++ b/kweather/kcmweather.cpp @@ -54,12 +54,12 @@ KCMWeather::KCMWeather( TQWidget *parent, const char *name ) { mWeatherService = new WeatherService_stub( "KWeatherService", "WeatherService" ); - TQVBoxLayout *tqlayout = new TQVBoxLayout( this ); + TQVBoxLayout *layout = new TQVBoxLayout( this ); mWidget = new prefsDialogData( this ); mWidget->m_reportLocation->setFocus(); - tqlayout->addWidget( mWidget ); - tqlayout->addStretch(); + layout->addWidget( mWidget ); + layout->addStretch(); fillStationList(); load(); |