summaryrefslogtreecommitdiffstats
path: root/kexi/core
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/core')
-rw-r--r--kexi/core/kexi.cpp4
-rw-r--r--kexi/core/kexiactioncategories.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/kexi/core/kexi.cpp b/kexi/core/kexi.cpp
index f352b51b5..95b14e676 100644
--- a/kexi/core/kexi.cpp
+++ b/kexi/core/kexi.cpp
@@ -45,10 +45,10 @@ using namespace Kexi;
//! used for speedup
//! @internal
-class KexiInternal : public KShared
+class KexiInternal : public TDEShared
{
public:
- KexiInternal() : KShared()
+ KexiInternal() : TDEShared()
, connset(0)
, smallFont(0)
{
diff --git a/kexi/core/kexiactioncategories.h b/kexi/core/kexiactioncategories.h
index 6e672133c..5f43aaf68 100644
--- a/kexi/core/kexiactioncategories.h
+++ b/kexi/core/kexiactioncategories.h
@@ -40,7 +40,7 @@ enum ActionCategory
/*! Note: we do not declare actions used in design/text view modes,
because the categories are used in the data view,
for now in the 'assign action to a push button' function. */
-class KEXICORE_EXPORT ActionCategories : public KShared
+class KEXICORE_EXPORT ActionCategories : public TDEShared
{
public:
ActionCategories();