From 5bca2e3e42d02f8fed9ffc399ea14f8a05694cb0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:45 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- tdecore/kapplication.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tdecore/kapplication.h') diff --git a/tdecore/kapplication.h b/tdecore/kapplication.h index 2da1e0b82..6793c9510 100644 --- a/tdecore/kapplication.h +++ b/tdecore/kapplication.h @@ -111,7 +111,7 @@ public: /** * This constructor takes aboutData and command line - * arguments from KCmdLineArgs. + * arguments from TDECmdLineArgs. * * If ARGB (transparent) widgets are to be used in your application, * please use @@ -234,7 +234,7 @@ public: #endif /** - * @deprecated do not use it at all, it will make your application crash, use KCmdLineArgs + * @deprecated do not use it at all, it will make your application crash, use TDECmdLineArgs * * Constructor. Parses command-line arguments. * @@ -256,12 +256,12 @@ public: * no styles either. */ // REMOVE FOR KDE 4.0 - using it only gives crashing applications because - // KCmdLineArgs::init isn't called + // TDECmdLineArgs::init isn't called KApplication(int& argc, char** argv, const TQCString& rAppName, bool allowStyles=true, bool GUIenabled=true) KDE_DEPRECATED; /** - * Add Qt and KDE command line options to KCmdLineArgs. + * Add Qt and KDE command line options to TDECmdLineArgs. */ static void addCmdLineOptions(); @@ -1315,7 +1315,7 @@ private: void init( bool GUIenabled ); - void parseCommandLine( ); // Handle KDE arguments (Using KCmdLineArgs) + void parseCommandLine( ); // Handle KDE arguments (Using TDECmdLineArgs) void read_app_startup_id(); -- cgit v1.2.1