summaryrefslogtreecommitdiffstats
path: root/libk3b/core/k3bcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'libk3b/core/k3bcore.h')
-rw-r--r--libk3b/core/k3bcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/core/k3bcore.h b/libk3b/core/k3bcore.h
index f97430c..bc11521 100644
--- a/libk3b/core/k3bcore.h
+++ b/libk3b/core/k3bcore.h
@@ -62,7 +62,7 @@ class LIBK3B_EXPORT K3bCore : public TQObject
* Although K3bCore is a singlelton it's constructor is not private to make inheritance
* possible. Just make sure to only create one instance.
*/
- K3bCore( TQObject* tqparent = 0, const char* name = 0 );
+ K3bCore( TQObject* parent = 0, const char* name = 0 );
virtual ~K3bCore();
const TQValueList<K3bJob*>& runningJobs() const;