mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
378aad359f
as many balls from the game field as you can. PR: ports/5736 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
12 lines
401 B
Plaintext
12 lines
401 B
Plaintext
--- lines.cpp.orig Sat Jan 17 18:11:13 1998
|
|
+++ lines.cpp Fri Feb 13 23:57:07 1998
|
|
@@ -502,7 +502,7 @@
|
|
score->setGeometry(300,120,85,45);
|
|
curScore=0;
|
|
score->display(0);
|
|
- movie=new QMovie("trolltech.gif");
|
|
+ movie=new QMovie("/usr/X11R6/share/xlines/trolltech.gif");
|
|
label=new QLabel(this,"label");
|
|
label->setFrameStyle(QFrame::Box|QFrame::Plain);
|
|
label->setMovie(*movie);
|