diff options
Diffstat (limited to 'src/rip/k3bvideocdinfo.cpp')
-rw-r--r-- | src/rip/k3bvideocdinfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rip/k3bvideocdinfo.cpp b/src/rip/k3bvideocdinfo.cpp index c4da751..89cdc37 100644 --- a/src/rip/k3bvideocdinfo.cpp +++ b/src/rip/k3bvideocdinfo.cpp @@ -31,8 +31,8 @@ #include <k3bexternalbinmanager.h> -K3bVideoCdInfo::K3bVideoCdInfo( TQObject* tqparent, const char* name ) - : TQObject( tqparent, name ) +K3bVideoCdInfo::K3bVideoCdInfo( TQObject* parent, const char* name ) + : TQObject( parent, name ) { m_process = 0L; m_isXml = false; |