From 6cdf35ab11c322f33feca5baf090ef56068b6049 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:50:42 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- kweather/kcmweather.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kweather/kcmweather.cpp') diff --git a/kweather/kcmweather.cpp b/kweather/kcmweather.cpp index d49d3a0..1037fa1 100644 --- a/kweather/kcmweather.cpp +++ b/kweather/kcmweather.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include @@ -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(); -- cgit v1.2.1