summaryrefslogtreecommitdiffstats
path: root/src/importdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/importdialog.cpp')
-rw-r--r--src/importdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/importdialog.cpp b/src/importdialog.cpp
index 5aff382..09e3a58 100644
--- a/src/importdialog.cpp
+++ b/src/importdialog.cpp
@@ -96,7 +96,7 @@ ImportDialog::ImportDialog(Import::Format format_, const KURL::List& urls_, TQWi
setButtonOK(ok);
// want to grab default button action, too
- // since the importer might do something with widgets, don't just call it, do it after tqlayout is done
+ // since the importer might do something with widgets, don't just call it, do it after layout is done
TQTimer::singleShot(0, this, TQT_SLOT(slotUpdateAction()));
}