diff options
Diffstat (limited to 'klipper/urlgrabber.h')
-rw-r--r-- | klipper/urlgrabber.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klipper/urlgrabber.h b/klipper/urlgrabber.h index 40d288b9a..b5212890b 100644 --- a/klipper/urlgrabber.h +++ b/klipper/urlgrabber.h @@ -132,7 +132,7 @@ public: inline bool matches( const TQString& string ) { int res = myRegExp.search( string ) ; if ( res != -1 ) { - myCapturedTexts = myRegExp.tqcapturedTexts(); + myCapturedTexts = myRegExp.capturedTexts(); return true; } return false; |