diff options
Diffstat (limited to 'src/node.cpp')
-rw-r--r-- | src/node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.cpp b/src/node.cpp index 8e38b02..be2e04b 100644 --- a/src/node.cpp +++ b/src/node.cpp @@ -290,7 +290,7 @@ void Node::setParentItem( CNItem *parentItem ) { if (!parentItem) { - kdError() << k_funcinfo << "no tqparent item" << endl; + kdError() << k_funcinfo << "no parent item" << endl; return; } |