QTfrontend/ui/widget/SmartLineEdit.h
changeset 6153 3881126e06e8
parent 6151 9fd5b70acb1a
child 6160 863d3edf5690
equal deleted inserted replaced
6152:aa9f9b034e00 6153:3881126e06e8
    15  * You should have received a copy of the GNU General Public License
    15  * You should have received a copy of the GNU General Public License
    16  * along with this program; if not, write to the Free Software
    16  * along with this program; if not, write to the Free Software
    17  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    18  */
    18  */
    19 
    19 
    20 #ifndef HEDGEWARS_SMARTLINEEDIT
    20 #ifndef HEDGEWARS_SMARTLINEEDIT_H
    21 #define HEDGEWARS_SMARTLINEEDIT
    21 #define HEDGEWARS_SMARTLINEEDIT_H
    22 
    22 
    23 #include <QStringList>
    23 #include <QStringList>
    24 
    24 
    25 #include <QEvent>
    25 #include <QEvent>
    26 #include <QRegExp>
    26 #include <QRegExp>
   130     void resetAutoCompletionStatus();
   130     void resetAutoCompletionStatus();
   131 };
   131 };
   132 
   132 
   133 
   133 
   134 
   134 
   135 #endif // HEDGEWARS_SMARTLINEEDIT
   135 #endif // HEDGEWARS_SMARTLINEEDIT_H