summaryrefslogtreecommitdiffstats
path: root/kweather/kcmweather.h
diff options
context:
space:
mode:
Diffstat (limited to 'kweather/kcmweather.h')
-rw-r--r--kweather/kcmweather.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kweather/kcmweather.h b/kweather/kcmweather.h
index 4fe2326..0c90ed3 100644
--- a/kweather/kcmweather.h
+++ b/kweather/kcmweather.h
@@ -32,7 +32,7 @@ class KCMWeather : public KCModule
Q_OBJECT
public:
- KCMWeather( QWidget *parent = 0, const char *name = 0 );
+ KCMWeather( TQWidget *parent = 0, const char *name = 0 );
~KCMWeather();
virtual void load();
@@ -41,13 +41,13 @@ class KCMWeather : public KCModule
protected:
void fillStationList();
- virtual void showEvent( QShowEvent * );
+ virtual void showEvent( TQShowEvent * );
private slots:
void enableLogWidgets( bool value );
void changeViewMode( int mode );
void reportLocationChanged();
- void textColorChanged(const QColor &);
+ void textColorChanged(const TQColor &);
private:
prefsDialogData *mWidget;