From 7cfd27c0f29c6d7e2b90ce718d762433b82c1fe3 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 25 May 2006 22:35:51 +0000 Subject: g++ 4.1.1 fix --- (limited to 'noncore') diff --git a/noncore/apps/opie-reader/infowin.h b/noncore/apps/opie-reader/infowin.h index 6f0fb99..c003998 100644 --- a/noncore/apps/opie-reader/infowin.h +++ b/noncore/apps/opie-reader/infowin.h @@ -19,7 +19,7 @@ Q_OBJECT QLabel* zoom; QMultiLineEdit* aboutbox; public: - infowin::infowin( QWidget *parent=0, const char *name=0, WFlags f = 0); + infowin( QWidget *parent=0, const char *name=0, WFlags f = 0); void setFileSize(int sz) { fileSize->setNum(sz); } void setTextSize(int sz) { textSize->setNum(sz); } void setRatio(int sz) { ratio->setText(QString().setNum(sz)+"%"); } diff --git a/noncore/apps/opie-sheet/sheet.h b/noncore/apps/opie-sheet/sheet.h index 92c8061..8938511 100644 --- a/noncore/apps/opie-sheet/sheet.h +++ b/noncore/apps/opie-sheet/sheet.h @@ -94,7 +94,7 @@ public: void Eighth(); void Ninth(); - bool Expression::Parse(); //parses the expression in RPN format; + bool Parse(); //parses the expression in RPN format; }; -- cgit v0.9.0.2