mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
c802125b33
Submitted by: Will Andrews <andrews@technologist.com> Obtained from: http://www.psn.net/~andrews/qtkde/
12 lines
351 B
Plaintext
12 lines
351 B
Plaintext
--- leiste.cpp Thu Apr 3 14:44:26 1997
|
|
+++ leiste.cpp.new Sat Jan 29 04:48:38 2000
|
|
@@ -32,7 +32,7 @@
|
|
|
|
leiste::leiste(QWidget *parent=0, const char *name=0,
|
|
QString picPfad="")
|
|
- :QWidget (parent, name)
|
|
+ :QWidget (parent, name), buttonHoehe(104), buttonBreite(140)
|
|
{
|
|
sci=0;
|
|
setMouseTracking (TRUE);
|