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/kapplication.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/kapplication.h')
-rw-r--r-- | kdecore/kapplication.h | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/kdecore/kapplication.h b/kdecore/kapplication.h index 20621bbfa..dd89de131 100644 --- a/kdecore/kapplication.h +++ b/kdecore/kapplication.h @@ -160,7 +160,7 @@ public: * * @param argv command line argument value(s) * - * @param rAppName application name. Will be used for tqfinding the + * @param rAppName application name. Will be used for finding the * associated message files and icon files, and as the default * registration name for DCOP. This is a mandatory parameter. * @@ -186,7 +186,7 @@ public: * * @param argv command line argument value(s) * - * @param rAppName application name. Will be used for tqfinding the + * @param rAppName application name. Will be used for finding the * associated message files and icon files, and as the default * registration name for DCOP. This is a mandatory parameter. * @@ -214,7 +214,7 @@ public: /** * Returns the current application object. * - * This is similar to the global TQApplication pointer tqApp. It + * This is similar to the global TQApplication pointer qApp. It * allows access to the single global KApplication object, since * more than one cannot be created in the same application. It * saves you the trouble of having to pass the pointer explicitly @@ -237,7 +237,7 @@ public: * * @return If true, this application was restored by the session manager. * Note that this may mean the config object returned by - * sessionConfig() tqcontains data saved by a session closedown. + * sessionConfig() contains data saved by a session closedown. * @see sessionConfig() */ bool isRestored() const { return TQApplication::isSessionRestored(); } @@ -625,10 +625,10 @@ public: * * @param _name the name of the service * @param URL if not empty this URL is passed to the service - * @param error On failure, @p error tqcontains a description of the error + * @param error On failure, @p error contains a description of the error * that occurred. If the pointer is 0, the argument will be * ignored - * @param dcopService On success, @p dcopService tqcontains the DCOP name + * @param dcopService On success, @p dcopService contains the DCOP name * under which this service is available. If empty, the service does * not provide DCOP services. If the pointer is 0 the argument * will be ignored @@ -648,10 +648,10 @@ public: * * @param _name the name of the service * @param URLs if not empty these URLs will be passed to the service - * @param error On failure, @p error tqcontains a description of the error + * @param error On failure, @p error contains a description of the error * that occurred. If the pointer is 0, the argument will be * ignored - * @param dcopService On success, @p dcopService tqcontains the DCOP name + * @param dcopService On success, @p dcopService contains the DCOP name * under which this service is available. If empty, the service does * not provide DCOP services. If the pointer is 0 the argument * will be ignored @@ -671,10 +671,10 @@ public: * * @param _name the path of the desktop file * @param URL if not empty this URL is passed to the service - * @param error On failure, @p error tqcontains a description of the error + * @param error On failure, @p error contains a description of the error * that occurred. If the pointer is 0, the argument will be * ignored - * @param dcopService On success, @p dcopService tqcontains the DCOP name + * @param dcopService On success, @p dcopService contains the DCOP name * under which this service is available. If empty, the service does * not provide DCOP services. If the pointer is 0 the argument * will be ignored @@ -694,10 +694,10 @@ public: * * @param _name the path of the desktop file * @param URLs if not empty these URLs will be passed to the service - * @param error On failure, @p error tqcontains a description of the error + * @param error On failure, @p error contains a description of the error * that occurred. If the pointer is 0, the argument will be * ignored - * @param dcopService On success, @p dcopService tqcontains the DCOP name + * @param dcopService On success, @p dcopService contains the DCOP name * under which this service is available. If empty, the service does * not provide DCOP services. If the pointer is 0 the argument * will be ignored @@ -717,10 +717,10 @@ public: * * @param _name the desktop name of the service * @param URL if not empty this URL is passed to the service - * @param error On failure, @p error tqcontains a description of the error + * @param error On failure, @p error contains a description of the error * that occurred. If the pointer is 0, the argument will be * ignored - * @param dcopService On success, @p dcopService tqcontains the DCOP name + * @param dcopService On success, @p dcopService contains the DCOP name * under which this service is available. If empty, the service does * not provide DCOP services. If the pointer is 0 the argument * will be ignored @@ -740,10 +740,10 @@ public: * * @param _name the desktop name of the service * @param URLs if not empty these URLs will be passed to the service - * @param error On failure, @p error tqcontains a description of the error + * @param error On failure, @p error contains a description of the error * that occurred. If the pointer is 0, the argument will be * ignored - * @param dcopService On success, @p dcopService tqcontains the DCOP name + * @param dcopService On success, @p dcopService contains the DCOP name * under which this service is available. If empty, the service does * not provide DCOP services. If the pointer is 0 the argument * will be ignored @@ -765,7 +765,7 @@ public: * * @param name Name of the program to start * @param args Arguments to pass to the program - * @param error On failure, @p error tqcontains a description of the error + * @param error On failure, @p error contains a description of the error * that occurred. If the pointer is 0, the argument will be * ignored * @param pid On success, the process id of the new service will be written @@ -788,7 +788,7 @@ public: * * @param name Name of the program to start * @param args Arguments to pass to the program - * @param error On failure, @p error tqcontains a description of the error + * @param error On failure, @p error contains a description of the error * that occurred. If the pointer is 0, the argument will be * ignored * @param pid On success, the process id of the new service will be written @@ -819,8 +819,8 @@ public: KDE_DEPRECATED KStyle* kstyle() const { return 0; } /** - * Builds a caption that tqcontains the application name along with the - * userCaption using a standard tqlayout. + * Builds a caption that contains the application name along with the + * userCaption using a standard layout. * * To make a compliant caption * for your window, simply do: @p setCaption(kapp->makeStdCaption(yourCaption)); @@ -832,7 +832,7 @@ public: * compliant if you set this to @p false. * @param modified If true, a 'modified' sign will be included in the * returned string. This is useful when indicating that a file is - * modified, i.e., it tqcontains data that has not been saved. + * modified, i.e., it contains data that has not been saved. * @return the created caption */ TQString makeStdCaption( const TQString &userCaption, @@ -915,8 +915,8 @@ public: static TQString randomString(int length); /** - * Adds a message type to the KIPC event tqmask. You can only add "system - * messages" to the event tqmask. These are the messages with id < 32. + * Adds a message type to the KIPC event mask. You can only add "system + * messages" to the event mask. These are the messages with id < 32. * Messages with id >= 32 are user messages. * @param id The message id. See KIPC::Message. * @see KIPC @@ -926,7 +926,7 @@ public: void addKipcEventMask(int id); /** - * Removes a message type from the KIPC event tqmask. This message will + * Removes a message type from the KIPC event mask. This message will * not be handled anymore. * @param id The message id. * @see KIPC @@ -977,9 +977,9 @@ public: void updateRemoteUserTimestamp( const TQCString& dcopId, unsigned long time = 0 ); /** - * Returns the argument to --tqgeometry if any, so the tqgeometry can be set + * Returns the argument to --geometry if any, so the geometry can be set * wherever necessary - * @return the tqgeometry argument, or TQString::null if there is none + * @return the geometry argument, or TQString::null if there is none */ TQString geometryArgument() const; |