diff options
Diffstat (limited to 'kbugbuster')
-rw-r--r-- | kbugbuster/backend/bug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/backend/bug.cpp b/kbugbuster/backend/bug.cpp index edb94744..c2328122 100644 --- a/kbugbuster/backend/bug.cpp +++ b/kbugbuster/backend/bug.cpp @@ -134,7 +134,7 @@ Bug::tqStatus Bug::stringTotqStatus( const TQString &s, bool *ok ) else if ( s == "reopened" ) return Reopened; else if ( s == "closed" ) return Closed; - kdWarning() << "Bug::stringTotqStatus: invalid status: " << s << endl; + kdWarning() << "Bug::stringToStatus: invalid status: " << s << endl; if ( ok ) *ok = false; return StatusUndefined; |