diff options
Diffstat (limited to 'kontact/plugins/test/test_part.cpp')
-rw-r--r-- | kontact/plugins/test/test_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/test/test_part.cpp b/kontact/plugins/test/test_part.cpp index d8cfe9e6a..93311c7d2 100644 --- a/kontact/plugins/test/test_part.cpp +++ b/kontact/plugins/test/test_part.cpp @@ -41,7 +41,7 @@ #include <kservice.h> -TestPart::TestPart(TQObject *tqparent, const char *name) // ## tqparentWidget +TestPart::TestPart(TQObject *tqparent, const char *name) // ## parentWidget : KParts::ReadOnlyPart(tqparent, name) { setInstance( new KInstance("testpart") ); // ## memleak |