summaryrefslogtreecommitdiffstats
path: root/doc/dnd.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dnd.doc')
-rw-r--r--doc/dnd.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dnd.doc b/doc/dnd.doc
index 0b7dae8b1..bb5b93fa8 100644
--- a/doc/dnd.doc
+++ b/doc/dnd.doc
@@ -170,7 +170,7 @@ void MyWidget::load()
TQFile in(current_file_name);
if ( in.open(IO_ReadOnly) ) {
if ( !MyCadDrag::decode(in.readAll(), current_design) ) {
- QMessageBox::warning( this, "Format error",
+ TQMessageBox::warning( this, "Format error",
tr("The file \"%1\" is not in any supported format")
.arg(current_file_name)
);