diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-14 00:07:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-14 00:07:28 +0900 |
commit | 15aceeb4234d3a94e7d2de9323c328eb0eb121b9 (patch) | |
tree | 5c38be7335aa5666b8b03a1f9aacd2511c8c724b /puic/widgetdatabase.cpp | |
parent | c50852f18d6e4e960c78ca8d204572543240bb79 (diff) | |
download | libtqt-perl-15aceeb4234d3a94e7d2de9323c328eb0eb121b9.tar.gz libtqt-perl-15aceeb4234d3a94e7d2de9323c328eb0eb121b9.zip |
Fixed incorrect TTQ rename (TTQ -> TQ)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'puic/widgetdatabase.cpp')
-rw-r--r-- | puic/widgetdatabase.cpp | 2 |
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 |