From f38a284617689a1364f9cbebb78cf637da0d2c9d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 25 Sep 2023 12:35:41 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- kpovmodeler/StyleConvention | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kpovmodeler') diff --git a/kpovmodeler/StyleConvention b/kpovmodeler/StyleConvention index 1bad23cd..208349c5 100644 --- a/kpovmodeler/StyleConvention +++ b/kpovmodeler/StyleConvention @@ -69,7 +69,7 @@ Put type modifiers behind the type, not before the variable name. Example: -const QString& type; +const TQString& type; PMObject* obj; -- cgit v1.2.1