summaryrefslogtreecommitdiffstats
path: root/tdecore/kapplication.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:35:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:35:07 -0600
commit703fb0c89c2eee56a1e613e67a446db9d4287929 (patch)
treedd8c5ca66075cd89c2638a2b48cf78386a9870a7 /tdecore/kapplication.h
parent818e7abec3d5d3809b6b77293558678371c16b71 (diff)
downloadtdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.tar.gz
tdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'tdecore/kapplication.h')
-rw-r--r--tdecore/kapplication.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/tdecore/kapplication.h b/tdecore/kapplication.h
index f472e3351..c1b8a4ecc 100644
--- a/tdecore/kapplication.h
+++ b/tdecore/kapplication.h
@@ -25,7 +25,7 @@
#include "tdeversion.h"
#include "tdelibs_export.h"
-class KConfig;
+class TDEConfig;
class KCharsets;
class DCOPClient;
class DCOPObject;
@@ -63,7 +63,7 @@ class TDEApplicationPrivate;
*
* @li It controls the event queue (see TQApplication ).
* @li It provides the application with KDE resources such as
-* accelerators, common menu entries, a KConfig object. session
+* accelerators, common menu entries, a TDEConfig object. session
* management events, help invocation etc.
* @li Installs a signal handler for the SIGCHLD signal in order to
* avoid zombie children. If you want to catch this signal yourself or
@@ -283,10 +283,10 @@ public:
* Returns the application session config object.
*
* @return A pointer to the application's instance specific
- * KConfig object.
- * @see KConfig
+ * TDEConfig object.
+ * @see TDEConfig
*/
- KConfig* sessionConfig();
+ TDEConfig* sessionConfig();
/**
* Is the application restored from the session manager?
@@ -1296,7 +1296,7 @@ private slots:
private:
TQString sessionConfigName() const;
- KConfig* pSessionConfig; //instance specific application config object
+ TDEConfig* pSessionConfig; //instance specific application config object
static DCOPClient *s_DCOPClient; // app specific application communication client
static bool s_dcopClientNeedsPostInit;
TQString aCaption; // the name for the window title
@@ -1380,7 +1380,7 @@ public:
* @internal
* Raw access for use by TDM.
*/
- static TQPalette createApplicationPalette( KConfig *config, int contrast );
+ static TQPalette createApplicationPalette( TDEConfig *config, int contrast );
/**
* Installs a handler for the SIGPIPE signal. It is thrown when you write to
@@ -1494,7 +1494,7 @@ signals:
manipulate the UI in that slot, it is blocked by the session
manager.
- Use the sessionConfig() KConfig object to store all your
+ Use the sessionConfig() TDEConfig object to store all your
instance specific data.
Do not do any closing at this point! The user may still select