diff options
Diffstat (limited to 'akregator/src/searchbar.h')
-rw-r--r-- | akregator/src/searchbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/searchbar.h b/akregator/src/searchbar.h index 18cb5d07a..6aff87b54 100644 --- a/akregator/src/searchbar.h +++ b/akregator/src/searchbar.h @@ -44,7 +44,7 @@ class SearchBar : public TQHBox public: - SearchBar(TQWidget* tqparent=0, const char* name=0); + SearchBar(TQWidget* parent=0, const char* name=0); virtual ~SearchBar(); TQString text() const; |