Replace various tqtinterface's TQ_* defines with actual types #12

Merged
MicheleC merged 1 commits from replace/tq-defines into master 11 months ago

@ -414,7 +414,7 @@ namespace KKeyServer
/**
* Converts the Qt-compatible button state to x11 modifier.
*/
TDECORE_EXPORT int qtButtonStateToMod( TQ_ButtonState s );
TDECORE_EXPORT int qtButtonStateToMod( Qt::ButtonState s );
/**
* Converts the mask of ORed X11 modifiers to

Loading…
Cancel
Save