1/////////////////////////////////////////////////////////////////////////////
2// Name:        textdlg.h
3// Purpose:     wxTextEntryDialog class
4// Author:      Julian Smart
5// Modified by:
6// Created:     01/02/97
7// RCS-ID:      $Id: textdlg.h 27408 2004-05-23 20:53:33Z JS $
8// Copyright:   (c) Julian Smart
9// Licence:     wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
12#ifndef _WX_TEXTDLG_H_BASE_
13#define _WX_TEXTDLG_H_BASE_
14
15#include "wx/generic/textdlgg.h"
16
17#if WXWIN_COMPATIBILITY_2_4
18    // for wxGetNumberFromUser()
19    #include "wx/numdlg.h"
20#endif // WXWIN_COMPATIBILITY_2_4
21
22#endif // _WX_TEXTDLG_H_BASE_
23
24