From 10308be19ef7fa44699562cc75946e7ea1fdf6b9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 03:45:53 +0000 Subject: Revert automated changes Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdecore/kstartupinfo.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kdecore/kstartupinfo.h') diff --git a/kdecore/kstartupinfo.h b/kdecore/kstartupinfo.h index 147d31893..e35bdba56 100644 --- a/kdecore/kstartupinfo.h +++ b/kdecore/kstartupinfo.h @@ -61,7 +61,7 @@ class KStartupInfoPrivate; * @author Lubos Lunak */ class KDECORE_EXPORT KStartupInfo - : public TQObject + : public QObject { Q_OBJECT public: @@ -358,11 +358,11 @@ class KDECORE_EXPORT KStartupInfo void remove_startup_pids( const KStartupInfoId& id, const KStartupInfoData& data ); void remove_startup_pids( const KStartupInfoData& data ); startup_t check_startup_internal( WId w, KStartupInfoId* id, KStartupInfoData* data ); - bool tqfind_id( const TQCString& id_P, KStartupInfoId* id_O, + bool find_id( const TQCString& id_P, KStartupInfoId* id_O, KStartupInfoData* data_O ); - bool tqfind_pid( pid_t pid_P, const TQCString& hostname, KStartupInfoId* id_O, + bool find_pid( pid_t pid_P, const TQCString& hostname, KStartupInfoId* id_O, KStartupInfoData* data_O ); - bool tqfind_wclass( TQCString res_name_P, TQCString res_class_P, + bool find_wclass( TQCString res_name_P, TQCString res_class_P, KStartupInfoId* id_O, KStartupInfoData* data_O ); static TQCString get_window_hostname( WId w_P ); void startups_cleanup_internal( bool age_P ); @@ -482,7 +482,7 @@ class KDECORE_EXPORT KStartupInfoData * it tries to use other information (binary name). * @return the name of the startup notification */ - const TQString& tqfindName() const; + const TQString& findName() const; /** * Returns the name of the startup notification, or empty if not available. * @return the name of the startup notification, or an empty string @@ -502,7 +502,7 @@ class KDECORE_EXPORT KStartupInfoData * @return the description of the startup notification * @since 3.2 */ - const TQString& tqfindDescription() const; + const TQString& findDescription() const; /** * Returns the name of the startup notification, or empty if not available. * @return the name of the startup notificaiton, or an empty string @@ -521,7 +521,7 @@ class KDECORE_EXPORT KStartupInfoData * @return the name of the startup notification's icon, or the name of * the binary if not set */ - const TQString& tqfindIcon() const; + const TQString& findIcon() const; /** * Returns the icon of the startup notification, or empty if not available. * @return the name of the icon, or an empty string if not set. @@ -551,7 +551,7 @@ class KDECORE_EXPORT KStartupInfoData * @return the WM_CLASS value for the startup notification, or the binary name * if not set */ - const TQCString tqfindWMClass() const; + const TQCString findWMClass() const; /** * Returns the WM_CLASS value for the startup notification, or empty if not available. * @return the WM_CLASS value for the startup notification, or empty -- cgit v1.2.1