Version: 1.5 (using KDE KDE 3.5.0) Installed from: Fedora RPMs OS: Linux It will be great to add an interface to overload base class virtual methods from refaktoring window. Use case: - create base class with all its interface - create new class - set inheritance by making association between classes - open refactoring window - right-click on some virtual methods (public or protected) of base class and select an option to overload them in current class - after that all operation data (arguments, comments) will be copied to new class. It is very anoying to copy all methods from base class to derived class or creating a copy of base class and deleting all methods that you don't want to overload. Best regards Mateusz Pusz