summaryrefslogtreecommitdiffstats
path: root/kalarm/prefdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm/prefdlg.cpp')
-rw-r--r--kalarm/prefdlg.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kalarm/prefdlg.cpp b/kalarm/prefdlg.cpp
index 24a444b9..860d6819 100644
--- a/kalarm/prefdlg.cpp
+++ b/kalarm/prefdlg.cpp
@@ -399,11 +399,11 @@ MiscPrefTab::MiscPrefTab(TQVBox* frame)
mXtermType->insert(radio, mXtermCount);
if (mXtermFirst < 0)
mXtermFirst = mXtermCount; // note the id of the first button
- cmd.tqreplace("%t", kapp->aboutData()->programName());
- cmd.tqreplace("%c", "<command>");
- cmd.tqreplace("%w", "<command; sleep>");
- cmd.tqreplace("%C", "[command]");
- cmd.tqreplace("%W", "[command; sleep]");
+ cmd.replace("%t", kapp->aboutData()->programName());
+ cmd.replace("%c", "<command>");
+ cmd.replace("%w", "<command; sleep>");
+ cmd.replace("%C", "[command]");
+ cmd.replace("%W", "[command; sleep]");
TQWhatsThis::add(radio, whatsThis.tqarg(cmd));
grid->addWidget(radio, (row = index/3 + 1), index % 3, TQt::AlignAuto);
++index;
@@ -444,7 +444,7 @@ void MiscPrefTab::restore()
{
for ( ; id < mXtermCount; ++id)
{
- if (mXtermType->tqfind(id) && xtermCmd == xtermCommands[id])
+ if (mXtermType->find(id) && xtermCmd == xtermCommands[id])
break;
}
}