diff options
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 ); |