diff options
Diffstat (limited to 'kooka/thumbview.h')
-rw-r--r-- | kooka/thumbview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/thumbview.h b/kooka/thumbview.h index 52b2bf05..49df9056 100644 --- a/kooka/thumbview.h +++ b/kooka/thumbview.h @@ -63,7 +63,7 @@ class ThumbView: public TQVBox /* KIconView */ public: - ThumbView( TQWidget *tqparent, const char *name=0 ); + ThumbView( TQWidget *parent, const char *name=0 ); ~ThumbView(); void setCurrentDir( const KURL& s) |