diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:14:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-02 02:14:46 -0600 |
commit | 90a4df90811f0f978ae768939d8567f737e4c553 (patch) | |
tree | 057a536138b44495fc3aa26050c159fc6d3ef2ae /tdecore/kstartupinfo.h | |
parent | 4fb897b216c41c13f128c71bcc66f60e2dc601c4 (diff) | |
download | tdelibs-90a4df90811f0f978ae768939d8567f737e4c553.tar.gz tdelibs-90a4df90811f0f978ae768939d8567f737e4c553.zip |
Rename additional global functions and variables for tqt3
Diffstat (limited to 'tdecore/kstartupinfo.h')
-rw-r--r-- | tdecore/kstartupinfo.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tdecore/kstartupinfo.h b/tdecore/kstartupinfo.h index 70b1f6e09..f71a0b830 100644 --- a/tdecore/kstartupinfo.h +++ b/tdecore/kstartupinfo.h @@ -180,7 +180,7 @@ class TDECORE_EXPORT KStartupInfo static bool sendStartup( const KStartupInfoId& id, const KStartupInfoData& data ); /** - * Like sendStartup , uses dpy instead of qt_xdisplay() for sending the info. + * Like sendStartup , uses dpy instead of tqt_xdisplay() for sending the info. * @param dpy the display of the application. Note that the name field * in data is required. * @param id the id of the application @@ -203,7 +203,7 @@ class TDECORE_EXPORT KStartupInfo static bool sendChange( const KStartupInfoId& id, const KStartupInfoData& data ); /** - * Like sendChange , uses dpy instead of qt_xdisplay() for sending the info. + * Like sendChange , uses dpy instead of tqt_xdisplay() for sending the info. * @param dpy the display of the application. * @param id the id of the application * @param data the application's data @@ -220,7 +220,7 @@ class TDECORE_EXPORT KStartupInfo static bool sendFinish( const KStartupInfoId& id ); /** - * Like sendFinish , uses dpy instead of qt_xdisplay() for sending the info. + * Like sendFinish , uses dpy instead of tqt_xdisplay() for sending the info. * @param dpy the display of the application. * @param id the id of the application * @return true if successful, false otherwise @@ -237,7 +237,7 @@ class TDECORE_EXPORT KStartupInfo static bool sendFinish( const KStartupInfoId& id, const KStartupInfoData& data ); /** - * Like sendFinish , uses dpy instead of qt_xdisplay() for sending the info. + * Like sendFinish , uses dpy instead of tqt_xdisplay() for sending the info. * @param dpy the display of the application. * @param id the id of the application * @param data the application's data @@ -637,7 +637,7 @@ class TDECORE_EXPORT KStartupInfoData /** * Sets the X11 screen on which the startup notification should happen. - * This is usually not necessary to set, as it's set by default to qt_xscreen(). + * This is usually not necessary to set, as it's set by default to tqt_xscreen(). */ void setScreen( int screen ); |