summaryrefslogtreecommitdiffstats
path: root/kweather/sidebarwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kweather/sidebarwidget.cpp')
-rw-r--r--kweather/sidebarwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kweather/sidebarwidget.cpp b/kweather/sidebarwidget.cpp
index 7c9a6e7..1afe45a 100644
--- a/kweather/sidebarwidget.cpp
+++ b/kweather/sidebarwidget.cpp
@@ -45,9 +45,9 @@ sidebarwidget::sidebarwidget(TQWidget* parent, const char* name)
toolbar->setSizePolicy(TQSizePolicy::Maximum, TQSizePolicy::Minimum);
TDEAction *refresh = new TDEAction( i18n("Refresh"), SmallIcon("view-refresh"),
- 0, TQT_TQOBJECT(this), TQT_SLOT(slotRefresh()), this, "refresh" );
+ 0, this, TQT_SLOT(slotRefresh()), this, "refresh" );
TDEAction *prefs = new TDEAction( i18n("Settings"), SmallIcon("configure"),
- 0, TQT_TQOBJECT(this), TQT_SLOT(slotConfigure()), this, "preferences" );
+ 0, this, TQT_SLOT(slotConfigure()), this, "preferences" );
refresh->plug(toolbar);
prefs->plug(toolbar);