diff options
Diffstat (limited to 'akregator/src/viewer.h')
-rw-r--r-- | akregator/src/viewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/viewer.h b/akregator/src/viewer.h index c6e2c4432..d01949c9b 100644 --- a/akregator/src/viewer.h +++ b/akregator/src/viewer.h @@ -47,7 +47,7 @@ namespace Akregator */ static void displayInExternalBrowser(const KURL &url, const TQString& mimetype=TQString()); - Viewer(TQWidget* tqparent, const char* name); + Viewer(TQWidget* parent, const char* name); virtual ~Viewer(); virtual bool closeURL(); |