From 0bfe293635aacc850731080cbda642a0b94baf94 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 25 Sep 2023 12:23:23 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro (cherry picked from commit 33c7d159890b81da8f44ee330a349e3abd553bec) --- kicker/HACKING | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kicker/HACKING') diff --git a/kicker/HACKING b/kicker/HACKING index d4d7b19f4..12f48652d 100644 --- a/kicker/HACKING +++ b/kicker/HACKING @@ -3,10 +3,10 @@ The Short Story Four space tabs, braces on their own lines, 80 character lines. Code should look something like this: -QString ExtensionManager::uniqueId() +TQString ExtensionManager::uniqueId() { - QString idBase = "Extension_%1"; - QString newId; + TQString idBase = "Extension_%1"; + TQString newId; int i = 0; bool unique = false; -- cgit v1.2.1