diff options
Diffstat (limited to 'src/dialogs/tqdialog.cpp')
| -rw-r--r-- | src/dialogs/tqdialog.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/dialogs/tqdialog.cpp b/src/dialogs/tqdialog.cpp index 1f620cb6a..42853e00a 100644 --- a/src/dialogs/tqdialog.cpp +++ b/src/dialogs/tqdialog.cpp @@ -344,8 +344,8 @@ void TQDialog::hideDefault()    Hides special buttons which are rather shown in the titlebar    on WinCE, to conserve screen space.  */ -# include "ntqmessagebox.h" -extern const char * mb_texts[]; // Defined in qmessagebox.cpp +# include "tqmessagebox.h" +extern const char * mb_texts[]; // Defined in tqmessagebox.cpp  void TQDialog::hideSpecial()  {      // "OK"     buttons are hidden, and (Ok) shown on titlebar | 
