summaryrefslogtreecommitdiffstats
path: root/cervisia/HACKING
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-25 20:06:11 +0900
committerMichele Calgaro <[email protected]>2023-09-25 20:33:38 +0900
commit7485c8248a1bb3a2fed851d389a291d60bba7752 (patch)
tree01530186491285c596ad8bea4ee9368436e38a48 /cervisia/HACKING
parent2611dd9a2020f335eff619aeeffc3730144ce657 (diff)
downloadtdesdk-7485c8248a1bb3a2fed851d389a291d60bba7752.tar.gz
tdesdk-7485c8248a1bb3a2fed851d389a291d60bba7752.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 0ffe839d6e363933ed4d9d212b6fd325a6fc3225)
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" )
{