diff options
Diffstat (limited to 'kbarcode/commands.cpp')
-rw-r--r-- | kbarcode/commands.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/commands.cpp b/kbarcode/commands.cpp index ae62911..ab980c1 100644 --- a/kbarcode/commands.cpp +++ b/kbarcode/commands.cpp @@ -91,7 +91,7 @@ void CommandUtils::documentItemDeleted() m_canvas_item = NULL; c = NULL; - qDebug("Document item removed from list!"); + tqDebug("Document item removed from list!"); delete this; */ } @@ -157,7 +157,7 @@ void NewItemCommand::documentItemDeleted() m_item = NULL; m_object = NULL; - qDebug("NewItemCommand: Document item removed from list!"); + tqDebug("NewItemCommand: Document item removed from list!"); delete this; */ } |