diff options
Diffstat (limited to 'lskat/lskat/msgdlg.h')
-rw-r--r-- | lskat/lskat/msgdlg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lskat/lskat/msgdlg.h b/lskat/lskat/msgdlg.h index 6612597d..b2b0bfe0 100644 --- a/lskat/lskat/msgdlg.h +++ b/lskat/lskat/msgdlg.h @@ -20,12 +20,13 @@ #include <tqstring.h> #include <tqdialog.h> -class MsgDlg : public QDialog +class MsgDlg : public TQDialog { Q_OBJECT + TQ_OBJECT public: - MsgDlg (TQWidget* parent = NULL,const char* name = NULL,const char *sufi=NULL); + MsgDlg (TQWidget* tqparent = NULL,const char* name = NULL,const char *sufi=NULL); TQString GetMsg(); protected slots: |