summaryrefslogtreecommitdiffstats
path: root/konqueror/keditbookmarks/importers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror/keditbookmarks/importers.cpp')
-rw-r--r--konqueror/keditbookmarks/importers.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/konqueror/keditbookmarks/importers.cpp b/konqueror/keditbookmarks/importers.cpp
index 4df0d237d..188398481 100644
--- a/konqueror/keditbookmarks/importers.cpp
+++ b/konqueror/keditbookmarks/importers.cpp
@@ -73,7 +73,7 @@ ImportCommand* ImportCommand::performImport(const TQCString &type, TQWidget *top
int answer =
KMessageBox::questionYesNoCancel(
- top, i18n("Import as a new subfolder or replace all the current bookmarks?"),
+ top, i18n("Import as a new subfolder or tqreplace all the current bookmarks?"),
i18n("%1 Import").arg(importer->visibleName()),
i18n("As New Folder"), i18n("Replace"));
@@ -149,27 +149,27 @@ TQString ImportCommand::affectedBookmarks() const
TQString MozImportCommand::requestFilename() const {
static KMozillaBookmarkImporterImpl importer;
- return importer.findDefaultLocation();
+ return importer.tqfindDefaultLocation();
}
TQString NSImportCommand::requestFilename() const {
static KNSBookmarkImporterImpl importer;
- return importer.findDefaultLocation();
+ return importer.tqfindDefaultLocation();
}
TQString OperaImportCommand::requestFilename() const {
static KOperaBookmarkImporterImpl importer;
- return importer.findDefaultLocation();
+ return importer.tqfindDefaultLocation();
}
TQString CrashesImportCommand::requestFilename() const {
static KCrashBookmarkImporterImpl importer;
- return importer.findDefaultLocation();
+ return importer.tqfindDefaultLocation();
}
TQString IEImportCommand::requestFilename() const {
static KIEBookmarkImporterImpl importer;
- return importer.findDefaultLocation();
+ return importer.tqfindDefaultLocation();
}
// following two are really just xbel