summaryrefslogtreecommitdiffstats
path: root/cervisia/HACKING
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 20:06:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 20:06:11 +0900
commit0ffe839d6e363933ed4d9d212b6fd325a6fc3225 (patch)
tree3e607e94c1db1d54bcacd998df14ff84fc453db2 /cervisia/HACKING
parent92ad06c495d06658f03fc368d82dce7f1d268540 (diff)
downloadtdesdk-0ffe839d6e363933ed4d9d212b6fd325a6fc3225.tar.gz
tdesdk-0ffe839d6e363933ed4d9d212b6fd325a6fc3225.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'cervisia/HACKING')
-rw-r--r--cervisia/HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/HACKING b/cervisia/HACKING
index de233c8a..c99b3dde 100644
--- a/cervisia/HACKING
+++ b/cervisia/HACKING
@@ -14,7 +14,7 @@ Formatting
Example:
-void MyClass::myFunction(const QString& arg)
+void MyClass::myFunction(const TQString& arg)
{
if( blah == "halb" )
{