-rw-r--r-- | noncore/apps/opie-reader/infowin.h | 2 | ||||
-rw-r--r-- | noncore/apps/opie-sheet/sheet.h | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ -16,13 +16,13 @@ Q_OBJECT QLabel* docread; QLabel* docSize; QLabel* docLocation; 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)+"%"); } void setLocation(int sz) { location->setNum(sz); } void setRead(int sz) { read->setText(QString().setNum(sz)+"%"); } void setDocRead(int sz) { docread->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 @@ -91,13 +91,13 @@ public: void Fifth(); void Sixth(); void Seventh(); void Eighth(); void Ninth(); - bool Expression::Parse(); //parses the expression in RPN format; + bool Parse(); //parses the expression in RPN format; }; class Sheet: public QTable |