The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#include <klined.h>

suicidal virtual class KLined : virtual QLineEdit {
    KLined(QWidget * = 0, const char * = 0);
    virtual ~KLined();
    void cursorAtEnd();
protected:
    void completion() signal;
    virtual bool eventFilter(QObject *, QEvent *);
    void rotation() signal;
} KDE::Lined;