diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-06 11:38:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-07 11:17:57 +0900 |
commit | c8e3d1d47df0efdc66fe6b96f8b1c78a2cb18ee6 (patch) | |
tree | 546585ccc13868dc2e89ed4728a4911123bd3849 /kig/misc/object_constructor.cpp | |
parent | 402e94ba9dc2f1ac6e929b18919e9c31c228b47e (diff) | |
download | tdeedu-c8e3d1d47df0efdc66fe6b96f8b1c78a2cb18ee6.tar.gz tdeedu-c8e3d1d47df0efdc66fe6b96f8b1c78a2cb18ee6.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kig/misc/object_constructor.cpp')
-rw-r--r-- | kig/misc/object_constructor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/misc/object_constructor.cpp b/kig/misc/object_constructor.cpp index ae2a37d0..625554a8 100644 --- a/kig/misc/object_constructor.cpp +++ b/kig/misc/object_constructor.cpp @@ -101,7 +101,7 @@ void StandardConstructorBase::handlePrelim( { assert ( margsparser.check( os ) != ArgsParser::Invalid ); std::vector<ObjectCalcer*> args = margsparser.parse( os ); - p.setBrushStyle( Qt::NoBrush ); + p.setBrushStyle( TQt::NoBrush ); p.setBrushColor( TQt::red ); p.setPen( TQPen ( TQt::red, 1) ); p.setWidth( -1 ); // -1 means the default width for the object being |