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 /kdesu/stub.h | |
parent | d3b5575f31f14629dbd3fd900665e1a69aa7bcd5 (diff) | |
download | tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.tar.gz tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.zip |
Additional kde to tde renaming
Diffstat (limited to 'kdesu/stub.h')
-rw-r--r-- | kdesu/stub.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kdesu/stub.h b/kdesu/stub.h index 48d2f65bb..8bfc70a7f 100644 --- a/kdesu/stub.h +++ b/kdesu/stub.h @@ -2,7 +2,7 @@ * * $Id$ * - * This file is part of the KDE project, module kdesu. + * This file is part of the KDE project, module tdesu. * Copyright (C) 1999,2000 Geert Jansen <jansen@kde.org> * * This is free software; you can use this library under the GNU Library @@ -24,9 +24,9 @@ typedef TQValueList<TQCString> QCStringList; /** - * Chat with kdesu_stub. + * Chat with tdesu_stub. * - * StubProcess extends PtyProcess with functionality to chat with kdesu_stub. + * StubProcess extends PtyProcess with functionality to chat with tdesu_stub. */ class KDESU_EXPORT StubProcess: public PtyProcess @@ -52,7 +52,7 @@ public: void setUser(const TQCString &user) { m_User = user; } /** - * Set to "X only mode": Sycoca is not built and kdeinit is not launched. + * Set to "X only mode": Sycoca is not built and tdeinit is not launched. */ void setXOnly(bool xonly) { m_bXOnly = xonly; } @@ -82,7 +82,7 @@ public: protected: /** - * Exchange all parameters with kdesu_stub. + * Exchange all parameters with tdesu_stub. */ int ConverseStub(int check); |