diff options
Diffstat (limited to 'kuickshow/src/filewidget.h')
-rw-r--r-- | kuickshow/src/filewidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kuickshow/src/filewidget.h b/kuickshow/src/filewidget.h index 8591f9b5..64f11605 100644 --- a/kuickshow/src/filewidget.h +++ b/kuickshow/src/filewidget.h @@ -34,7 +34,7 @@ class FileWidget : public KDirOperator public: enum WhichItem { Previous, Next, Current }; - FileWidget( const KURL& url, TQWidget *tqparent = 0L, const char *name = 0L ); + FileWidget( const KURL& url, TQWidget *parent = 0L, const char *name = 0L ); ~FileWidget(); bool hasFiles() const; |