summaryrefslogtreecommitdiffstats
path: root/examples/mdi/application.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-25 12:25:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-25 12:25:06 +0900
commita09a6bc05e3f64c27e7c84dd768c7720fdf41136 (patch)
treefe5a644a42056c012132e5bbc57f3ce1ba40d5c2 /examples/mdi/application.cpp
parentbba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff)
downloadtqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.tar.gz
tqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.zip
Remove documentation for QWS classes and Qt/Embedded
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/mdi/application.cpp')
-rw-r--r--examples/mdi/application.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/mdi/application.cpp b/examples/mdi/application.cpp
index b7bb67cc6..adf6604c7 100644
--- a/examples/mdi/application.cpp
+++ b/examples/mdi/application.cpp
@@ -337,9 +337,6 @@ void MDIWindow::load( const TQString& fn )
medit->hide();
delete medit;
TQMovie * qm=new TQMovie(fn);
-#ifdef TQ_WS_QWS // temporary speed-test hack
- qm->setDisplayWidget(tmp);
-#endif
tmp->setBackgroundMode(TQWidget::NoBackground);
tmp->show();
mmovie=qm;