summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/designer/rbuic/embed.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:17:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:17:02 -0600
commit3fda03faf1b67aa1221099f3a2153a0aa40811ef (patch)
tree99c8ff09fb5c748c0e2fbb19e56f102476c2eb49 /qtruby/rubylib/designer/rbuic/embed.cpp
parent7e7a6b6965f6463062bf5b60feca8b50d4434b96 (diff)
downloadtdebindings-3fda03faf1b67aa1221099f3a2153a0aa40811ef.tar.gz
tdebindings-3fda03faf1b67aa1221099f3a2153a0aa40811ef.zip
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'qtruby/rubylib/designer/rbuic/embed.cpp')
-rw-r--r--qtruby/rubylib/designer/rbuic/embed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/rubylib/designer/rbuic/embed.cpp b/qtruby/rubylib/designer/rbuic/embed.cpp
index 997e1701..dda9a5ee 100644
--- a/qtruby/rubylib/designer/rbuic/embed.cpp
+++ b/qtruby/rubylib/designer/rbuic/embed.cpp
@@ -217,7 +217,7 @@ void Uic::embed( TQTextStream& out, const char* project, const TQStringList& ima
out << indent << "end" << endl;
out << indent << endl;
#ifndef QT_NO_IMAGE_COLLECTION_COMPRESSION
- out << indent << "baunzip = qUncompress( @@embed_images[name][0].pack(\"C*\")," << endl;
+ out << indent << "baunzip = tqUncompress( @@embed_images[name][0].pack(\"C*\")," << endl;
out << indent << " @@embed_images[name][0].length )" << endl;
out << indent << "img = TQt::Image.new( baunzip.data," << endl;
out << indent << " @@embed_images[name][1]," << endl;