diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:18:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:18:46 -0600 |
commit | 518a47c1df15bbc2b4f60a73c0ae8c18d05e57b6 (patch) | |
tree | 0423950a734f92b1166a520045bf2824e776519d /kbarcode/commands.cpp | |
parent | d0478f6e3817d57fea22554559cc063be9f3f055 (diff) | |
download | kbarcode-518a47c1df15bbc2b4f60a73c0ae8c18d05e57b6.tar.gz kbarcode-518a47c1df15bbc2b4f60a73c0ae8c18d05e57b6.zip |
Rename additional global TQt functions
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; */ } |