diff options
Diffstat (limited to 'lskat/lskat/msgdlg.h')
-rw-r--r-- | lskat/lskat/msgdlg.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lskat/lskat/msgdlg.h b/lskat/lskat/msgdlg.h index 614fa332..6612597d 100644 --- a/lskat/lskat/msgdlg.h +++ b/lskat/lskat/msgdlg.h @@ -16,22 +16,22 @@ ***************************************************************************/ #ifndef __MSGDLG_H_ #define __MSGDLG_H_ -#include <qmultilineedit.h> -#include <qstring.h> -#include <qdialog.h> +#include <tqmultilineedit.h> +#include <tqstring.h> +#include <tqdialog.h> class MsgDlg : public QDialog { Q_OBJECT public: - MsgDlg (QWidget* parent = NULL,const char* name = NULL,const char *sufi=NULL); - QString GetMsg(); + MsgDlg (TQWidget* parent = NULL,const char* name = NULL,const char *sufi=NULL); + TQString GetMsg(); protected slots: protected: - QMultiLineEdit *MultiLine; + TQMultiLineEdit *MultiLine; |