diff options
Diffstat (limited to 'doc/html/qwindowdefs-h.html')
-rw-r--r-- | doc/html/qwindowdefs-h.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qwindowdefs-h.html b/doc/html/qwindowdefs-h.html index 75e2dea00..0a7f48282 100644 --- a/doc/html/qwindowdefs-h.html +++ b/doc/html/qwindowdefs-h.html @@ -183,12 +183,12 @@ typedef struct _XGC *GC; typedef struct _XRegion *Region; typedef unsigned long WId; -Q_EXPORT Display *qt_xdisplay(); -Q_EXPORT int qt_xscreen(); -Q_EXPORT WId qt_xrootwin(); // ### REMOVE 4.0 -Q_EXPORT WId qt_xrootwin( int scrn ); // ### 4.0 add default arg of -1 -Q_EXPORT GC qt_xget_readonly_gc( int scrn, bool monochrome ); -Q_EXPORT GC qt_xget_temp_gc( int scrn, bool monochrome ); +Q_EXPORT Display *tqt_xdisplay(); +Q_EXPORT int tqt_xscreen(); +Q_EXPORT WId tqt_xrootwin(); // ### REMOVE 4.0 +Q_EXPORT WId tqt_xrootwin( int scrn ); // ### 4.0 add default arg of -1 +Q_EXPORT GC tqt_xget_readonly_gc( int scrn, bool monochrome ); +Q_EXPORT GC tqt_xget_temp_gc( int scrn, bool monochrome ); Q_EXPORT const char *tqAppClass(); // get application class @@ -221,8 +221,8 @@ Q_EXPORT const char *tqAppName(); // get application name // Misc functions typedef void (*TQtCleanUpFunction)(); -Q_EXPORT void qAddPostRoutine( TQtCleanUpFunction ); -Q_EXPORT void qRemovePostRoutine( TQtCleanUpFunction ); +Q_EXPORT void tqAddPostRoutine( TQtCleanUpFunction ); +Q_EXPORT void tqRemovePostRoutine( TQtCleanUpFunction ); #if !defined(QT_CLEAN_NAMESPACE) // source compatibility with TQt 2.x |