summaryrefslogtreecommitdiff
blob: 25bb9849bbfe50ee64ad89b6bcbc1d103a5d4d26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: kspread-1.5_beta2/kspread/valueparser.h
===================================================================
--- kspread-1.5_beta2.orig/kspread/valueparser.h
+++ kspread-1.5_beta2/kspread/valueparser.h
@@ -70,7 +70,7 @@ class ValueParser {
       bool & duration);
 
   /** a helper function to read numbers and distinguish integers and FPs */
-  double ValueParser::readNumber(const QString &_str, bool * ok, bool * isInt);
+  double readNumber(const QString &_str, bool * ok, bool * isInt);
   /** a helper function to read integers */
   int readInt (const QString &str, uint &pos);
   FormatType fmtType;