summaryrefslogtreecommitdiffstats
path: root/kpilot/kpilotConfigDialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/kpilotConfigDialog.cc')
-rw-r--r--kpilot/kpilotConfigDialog.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpilot/kpilotConfigDialog.cc b/kpilot/kpilotConfigDialog.cc
index 34cf824..1bd3b40 100644
--- a/kpilot/kpilotConfigDialog.cc
+++ b/kpilot/kpilotConfigDialog.cc
@@ -66,7 +66,7 @@
/* virtual */ TQString ConfigPage::maybeSaveText() const
{
return i18n("<qt>The settings for configuration page <i>%1</i> have been changed. Do you "
- "want to save the changes before continuing?</qt>").arg(this->conduitName());
+ "want to save the changes before continuing?</qt>").tqarg(this->conduitName());
}
DeviceConfigPage::DeviceConfigPage(TQWidget * w, const char *n ) : ConfigPage( w, n )
@@ -146,7 +146,7 @@ void DeviceConfigPage::load()
"is longer than 13 characters. This is "
"probably unsupported and can cause problems. "
"Are you sure you want to use this device name?</qt>")
- .arg(d),
+ .tqarg(d),
i18n("Device Name too Long"), i18n("Use"), i18n("Do Not Use")
) ;
}