diff options
Diffstat (limited to 'kaboodle/engine.cpp')
-rw-r--r-- | kaboodle/engine.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaboodle/engine.cpp b/kaboodle/engine.cpp index f103ca19..5909dbcd 100644 --- a/kaboodle/engine.cpp +++ b/kaboodle/engine.cpp @@ -71,8 +71,8 @@ public: KURL file; }; -Kaboodle::Engine::Engine(TQObject *tqparent) - : TQObject(tqparent) +Kaboodle::Engine::Engine(TQObject *parent) + : TQObject(parent) , d(new EnginePrivate) { } |