author | zecke <zecke> | 2002-11-07 19:36:16 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-11-07 19:36:16 (UTC) |
commit | 034f0fffc51bb985884a2184c24514415549f88b (patch) (unidiff) | |
tree | f4ac08d2b1ad87fa871926196fd6804f2022d305 | |
parent | dff60fb41a3a4ae7ef1e479702ddcc87213b9755 (diff) | |
download | opie-034f0fffc51bb985884a2184c24514415549f88b.zip opie-034f0fffc51bb985884a2184c24514415549f88b.tar.gz opie-034f0fffc51bb985884a2184c24514415549f88b.tar.bz2 |
Removed default argument!
spotted by gcc3.2
reported by the ueberhacker tronical ;)
-rw-r--r-- | libopie/oticker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/oticker.cpp b/libopie/oticker.cpp index 3fcef5d..47dcb3e 100644 --- a/libopie/oticker.cpp +++ b/libopie/oticker.cpp | |||
@@ -44,7 +44,7 @@ | |||
44 | 44 | ||
45 | #include "oticker.h" | 45 | #include "oticker.h" |
46 | 46 | ||
47 | OTicker::OTicker( QWidget* parent=0 ) | 47 | OTicker::OTicker( QWidget* parent ) |
48 | : QFrame( parent ) { | 48 | : QFrame( parent ) { |
49 | 49 | ||
50 | // setFrameStyle( NoFrame/*WinPanel | Sunken */); | 50 | // setFrameStyle( NoFrame/*WinPanel | Sunken */); |