diff options
Diffstat (limited to 'kppp/modemcmds.cpp')
-rw-r--r-- | kppp/modemcmds.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/modemcmds.cpp b/kppp/modemcmds.cpp index b980a729..69103683 100644 --- a/kppp/modemcmds.cpp +++ b/kppp/modemcmds.cpp @@ -83,7 +83,7 @@ ModemCommands::ModemCommands(TQWidget *parent, const char *name) for(int i = 0; i < PPPData::NumInitStrings; i++) { initstr[i] = new TQLineEdit(dummyWidget); - TQLabel *initLabel = new TQLabel(i18n("Initialization string %1:").tqarg(i + 1), + TQLabel *initLabel = new TQLabel(i18n("Initialization string %1:").arg(i + 1), dummyWidget); ADJUSTEDIT(initstr[i]); l1->addWidget(initLabel, row, 1); |