-rw-r--r-- | libkdepim/kinputdialog.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libkdepim/kinputdialog.h b/libkdepim/kinputdialog.h new file mode 100644 index 0000000..0072391 --- a/dev/null +++ b/libkdepim/kinputdialog.h @@ -0,0 +1,15 @@ +#ifndef KINPUTDIALOG_H +#define KINPUTDIALOG_H + +#include <qstring.h> +#include <qstringlist.h> + +class KInputDialog +{ + public: + static QString getItem( const QString &caption, const QString &label, + const QStringList &items, int current, + bool editable ); +}; + +#endif |