summaryrefslogtreecommitdiffstats
path: root/puic/widgetdatabase.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-14 00:07:28 +0900
committerSlávek Banko <slavek.banko@axis.cz>2018-10-14 11:20:57 +0200
commit2dbf0f28873661997d98b57ef420056b8bf89554 (patch)
tree56a49a84e5e4514e4167754903591a8ae622d327 /puic/widgetdatabase.cpp
parentc1fabf7864d55edb103ee788e59b486a6f470df2 (diff)
downloadlibtqt-perl-2dbf0f28873661997d98b57ef420056b8bf89554.tar.gz
libtqt-perl-2dbf0f28873661997d98b57ef420056b8bf89554.zip
Fixed incorrect TTQ rename (TTQ -> TQ)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 15aceeb4234d3a94e7d2de9323c328eb0eb121b9)
Diffstat (limited to 'puic/widgetdatabase.cpp')
-rw-r--r--puic/widgetdatabase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puic/widgetdatabase.cpp b/puic/widgetdatabase.cpp
index e5a0abd..d94ebce 100644
--- a/puic/widgetdatabase.cpp
+++ b/puic/widgetdatabase.cpp
@@ -103,7 +103,7 @@ void WidgetDatabase::setupDataBase( int id )
{
was_in_setup = TRUE;
#ifndef UIC
- TTQ_UNUSED( id )
+ TQ_UNUSED( id )
if ( dbcount )
return;
#else