diff options
Diffstat (limited to 'kregexpeditor/verifybuttons.cpp')
-rw-r--r-- | kregexpeditor/verifybuttons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/verifybuttons.cpp b/kregexpeditor/verifybuttons.cpp index 283b2fa..65e4735 100644 --- a/kregexpeditor/verifybuttons.cpp +++ b/kregexpeditor/verifybuttons.cpp @@ -199,7 +199,7 @@ RegExpConverter* VerifyButtons::setSyntax( const TQString& which) return (*it).first; } } - qWarning( "No such converter: '%s'", which.latin1() ); + tqWarning( "No such converter: '%s'", which.latin1() ); return 0; } |