diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
commit | 10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch) | |
tree | 4bc444c00a79e88105f2cfce5b6209994c413ca0 /kdecore/kstartupinfo.h | |
parent | 307136d8eef0ba133b78ceee8e901138d4c996a1 (diff) | |
download | tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip |
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
Diffstat (limited to 'kdecore/kstartupinfo.h')
-rw-r--r-- | kdecore/kstartupinfo.h | 16 |
1 files changed, 8 insertions, 8 deletions
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 <l.lunak@kde.org> */ 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 |