diff options
Diffstat (limited to 'wpa_supplicant/wpa_gui-qt4/stringquery.h')
-rw-r--r-- | wpa_supplicant/wpa_gui-qt4/stringquery.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/wpa_supplicant/wpa_gui-qt4/stringquery.h b/wpa_supplicant/wpa_gui-qt4/stringquery.h deleted file mode 100644 index 1b68217c765f5..0000000000000 --- a/wpa_supplicant/wpa_gui-qt4/stringquery.h +++ /dev/null @@ -1,34 +0,0 @@ -/* - * wpa_gui - StringQuery class - * Copyright (c) 2009, Atheros Communications - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * Alternatively, this software may be distributed under the terms of BSD - * license. - * - * See README and COPYING for more details. - */ - -#ifndef STRINGQUERY_H -#define STRINGQUERY_H - -#include <QDialog> -#include <QLineEdit> -#include <QGridLayout> - -class StringQuery : public QDialog -{ - Q_OBJECT - -public: - StringQuery(QString label); - QString get_string(); - -private: - QLineEdit *edit; -}; - -#endif /* STRINGQUERY_H */ |