diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
commit | 0ae5679aa160245af248836e1d7743aeff63f2e1 (patch) | |
tree | 64608dccc9bfd57800995a414f6287b7605ca637 /kinit/klauncher.h | |
parent | d3b5575f31f14629dbd3fd900665e1a69aa7bcd5 (diff) | |
download | tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.tar.gz tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.zip |
Additional kde to tde renaming
Diffstat (limited to 'kinit/klauncher.h')
-rw-r--r-- | kinit/klauncher.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kinit/klauncher.h b/kinit/klauncher.h index 5ff5b66c3..763d20e53 100644 --- a/kinit/klauncher.h +++ b/kinit/klauncher.h @@ -110,7 +110,7 @@ class KLauncher : public KApplication, public DCOPObject Q_OBJECT public: - KLauncher(int _kdeinitSocket, bool new_startup); + KLauncher(int _tdeinitSocket, bool new_startup); ~KLauncher(); @@ -141,7 +141,7 @@ protected: const TQValueList<TQCString> &envs, const TQCString& startup_id, bool blind); bool start_service_by_desktop_name(const TQString &serviceName, const TQStringList &urls, const TQValueList<TQCString> &envs, const TQCString& startup_id, bool blind); - bool kdeinit_exec(const TQString &app, const TQStringList &args, + bool tdeinit_exec(const TQString &app, const TQStringList &args, const TQValueList<TQCString> &envs, TQCString startup_id, bool wait); void waitForSlave(pid_t pid); @@ -176,8 +176,8 @@ public slots: protected: TQPtrList<KLaunchRequest> requestList; // Requests being handled TQPtrList<KLaunchRequest> requestQueue; // Requests waiting to being handled - int kdeinitSocket; - TQSocketNotifier *kdeinitNotifier; + int tdeinitSocket; + TQSocketNotifier *tdeinitNotifier; serviceResult DCOPresult; KLaunchRequest *lastRequest; TQPtrList<SlaveWaitRequest> mSlaveWaitRequest; |