summaryrefslogtreecommitdiffstats
path: root/kxsldbg/kxsldbgpart/xsldbgmsgdialogimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'kxsldbg/kxsldbgpart/xsldbgmsgdialogimpl.h')
-rw-r--r--kxsldbg/kxsldbgpart/xsldbgmsgdialogimpl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kxsldbg/kxsldbgpart/xsldbgmsgdialogimpl.h b/kxsldbg/kxsldbgpart/xsldbgmsgdialogimpl.h
index a801d49b..1c605e7e 100644
--- a/kxsldbg/kxsldbgpart/xsldbgmsgdialogimpl.h
+++ b/kxsldbg/kxsldbgpart/xsldbgmsgdialogimpl.h
@@ -15,16 +15,16 @@
*/
#include "xsldbgmsgdialog.h"
-#include <qtextedit.h>
+#include <tqtextedit.h>
class XsldbgMsgDialogImpl : public XsldbgMsgDialog {
public:
- XsldbgMsgDialogImpl(QWidget *parent,
- QMessageBox::Icon icon,
- const QString & title, const QString &msg);
+ XsldbgMsgDialogImpl(TQWidget *parent,
+ TQMessageBox::Icon icon,
+ const TQString & title, const TQString &msg);
- void append(const QString &text);
+ void append(const TQString &text);
};
#endif