Rename additional global TQt functions

pull/1/head
Timothy Pearson 12 years ago
parent 2840c3129b
commit 6df37df7d1

@ -724,7 +724,7 @@ KioskRun::mergeConfigFile(const TQString &filename)
it2 != map.end(); ++it2) it2 != map.end(); ++it2)
{ {
#ifdef DEBUG_ENTRIES #ifdef DEBUG_ENTRIES
qWarning("[%s] %s --> %s", (*it).latin1(), it2.key().latin1(), it2.data().latin1()); tqWarning("[%s] %s --> %s", (*it).latin1(), it2.key().latin1(), it2.data().latin1());
#endif #endif
saveCfg->writeEntry(it2.key(), it2.data()); saveCfg->writeEntry(it2.key(), it2.data());
} }

@ -96,7 +96,7 @@ PageWidget::fillActionList(KListView *listView, ComponentData *componentData)
file = "kdeglobals"; file = "kdeglobals";
TQString group = action->group; TQString group = action->group;
bool immutable = KioskRun::self()->isConfigImmutable(file, group); bool immutable = KioskRun::self()->isConfigImmutable(file, group);
qWarning("File = %s Group = %s Immutable = %s", file.latin1(), group.latin1(), immutable ? "true" : "false"); tqWarning("File = %s Group = %s Immutable = %s", file.latin1(), group.latin1(), immutable ? "true" : "false");
item->setOn(immutable); item->setOn(immutable);
} }
else if (action->type == ComponentAction::ActCustom) else if (action->type == ComponentAction::ActCustom)

@ -24,7 +24,7 @@
ScreenSaverComponent::ScreenSaverComponent( TQObject *parent) ScreenSaverComponent::ScreenSaverComponent( TQObject *parent)
: Component(parent) : Component(parent)
{ {
qWarning("ScreenSaverComponent::ScreenSaverComponent"); tqWarning("ScreenSaverComponent::ScreenSaverComponent");
connect(&m_timer, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotPreviewStarted())); connect(&m_timer, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotPreviewStarted()));
} }

Loading…
Cancel
Save