#ifndef KINPUTDIALOG_H #define KINPUTDIALOG_H #include #include class KInputDialog { public: static QString getItem( const QString &caption, const QString &label, const QStringList &items, int current, bool editable ); }; #endif