summaryrefslogtreecommitdiffstats
path: root/kpovmodeler
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 12:35:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 12:35:44 +0900
commitf38a284617689a1364f9cbebb78cf637da0d2c9d (patch)
tree351e3011b85ccb5a5aa863e6f6ac8fb0f2cb38fd /kpovmodeler
parentfb2267e3bd060fc0f3a0f567a37213d904feacbc (diff)
downloadtdegraphics-f38a284617689a1364f9cbebb78cf637da0d2c9d.tar.gz
tdegraphics-f38a284617689a1364f9cbebb78cf637da0d2c9d.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 'kpovmodeler')
-rw-r--r--kpovmodeler/StyleConvention2
1 files changed, 1 insertions, 1 deletions
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;