diff options
Diffstat (limited to 'kweather/weatherbar.cpp')
-rw-r--r-- | kweather/weatherbar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kweather/weatherbar.cpp b/kweather/weatherbar.cpp index 540e912..c77333d 100644 --- a/kweather/weatherbar.cpp +++ b/kweather/weatherbar.cpp @@ -36,11 +36,11 @@ #include <dcopref.h> -KonqSidebarWeather::KonqSidebarWeather(KInstance* inst, TQObject* tqparent, +KonqSidebarWeather::KonqSidebarWeather(KInstance* inst, TQObject* parent, TQWidget* widgetParent, TQString& desktopName, const char* name) - : KonqSidebarPlugin(inst, tqparent, widgetParent, desktopName, name), + : KonqSidebarPlugin(inst, parent, widgetParent, desktopName, name), DCOPObject(name) { |