diff options
Diffstat (limited to 'ksysv/OldView.h')
-rw-r--r-- | ksysv/OldView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysv/OldView.h b/ksysv/OldView.h index 5c87ea6..bd36959 100644 --- a/ksysv/OldView.h +++ b/ksysv/OldView.h @@ -50,7 +50,7 @@ class KSVContent : public TQSplitter TQ_OBJECT public: - KSVContent (KPopupMenu* openWithMenu, KSVTopLevel* tqparent = 0, const char* name = 0); + KSVContent (KPopupMenu* openWithMenu, KSVTopLevel* parent = 0, const char* name = 0); ~KSVContent(); KSVDragList* getOrigin(); |