diff --git a/kmedit.cpp b/kmedit.cpp index 8e46f55bb..4a653379f 100644 --- a/kmedit.cpp +++ b/kmedit.cpp @@ -740,6 +740,6 @@ void KMEdit::setCursorPositionFromStart( unsigned int pos ) { // kdDebug() << "Position " << pos << " converted to " << l << ":" << c << endl; setCursorPosition( l, c ); ensureCursorVisible(); -}; +} #include "kmedit.moc"