diff options
Diffstat (limited to 'akregator/src/akregator_part.h')
-rw-r--r-- | akregator/src/akregator_part.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/akregator_part.h b/akregator/src/akregator_part.h index 43404a179..c60316cca 100644 --- a/akregator/src/akregator_part.h +++ b/akregator/src/akregator_part.h @@ -82,7 +82,7 @@ namespace Akregator typedef MyBasePart inherited; /** Default constructor.*/ - Part(TQWidget *tqparentWidget, const char *widgetName, + Part(TQWidget *parentWidget, const char *widgetName, TQObject *tqparent, const char *name, const TQStringList&); /** Destructor. */ |