diff options
Diffstat (limited to 'ark/searchbar.h')
-rw-r--r-- | ark/searchbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ark/searchbar.h b/ark/searchbar.h index 2e245ab..7a024bf 100644 --- a/ark/searchbar.h +++ b/ark/searchbar.h @@ -34,7 +34,7 @@ class SearchBar: public KListViewSearchLine Q_OBJECT TQ_OBJECT public: - SearchBar( TQWidget* tqparent, KActionCollection* aC, const char * name = 0 ); + SearchBar( TQWidget* parent, KActionCollection* aC, const char * name = 0 ); ~SearchBar(); }; |