Rename additional global TQt functions

pull/1/head
Timothy Pearson 12 years ago
parent 3997cae199
commit 4b1175e198

@ -836,7 +836,7 @@ bool Platform::MouseButtonBounce()
void Platform::DebugDisplay(const char *s) void Platform::DebugDisplay(const char *s)
{ {
qDebug("%s",s); tqDebug("%s",s);
} }
bool Platform::IsKeyDown(int) bool Platform::IsKeyDown(int)
@ -929,5 +929,5 @@ bool Platform::ShowAssertionPopUps(bool assertionPopUps_)
void Platform::Assert(const char *c,const char *file,int line) void Platform::Assert(const char *c,const char *file,int line)
{ {
qFatal("Assertion [%s] failed at %s %d\n",c,file,line); tqFatal("Assertion [%s] failed at %s %d\n",c,file,line);
} }

@ -401,7 +401,7 @@ void ScintillaTQt::NotifyParent(SCNotification scn)
break; break;
default: default:
qWarning("Unknown notification: %u",scn.nmhdr.code); tqWarning("Unknown notification: %u",scn.nmhdr.code);
} }
} }

Loading…
Cancel
Save