diff options
Diffstat (limited to 'pyuic3/subclassing.cpp')
| -rw-r--r-- | pyuic3/subclassing.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pyuic3/subclassing.cpp b/pyuic3/subclassing.cpp index 143a27a..9cb1ee1 100644 --- a/pyuic3/subclassing.cpp +++ b/pyuic3/subclassing.cpp @@ -178,7 +178,7 @@ void Uic::writeFunctionsSubImpl( const TQStringList &fuLst, const TQStringList &  	pySlot(it);  	++indent;  	out << endl; -	out << indent << "print \"" << subClass << "." << (*it) << ": Not implemented yet\"" << endl; +	out << indent << "print(\"" << subClass << "." << (*it) << ": Not implemented yet\")" << endl;  	--indent;      }      out << endl; | 
