summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/plugin.h')
-rw-r--r--umbrello/umbrello/plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/umbrello/umbrello/plugin.h b/umbrello/umbrello/plugin.h
index da8e92df..ec26c542 100644
--- a/umbrello/umbrello/plugin.h
+++ b/umbrello/umbrello/plugin.h
@@ -30,7 +30,7 @@
// forward declarations
class TQStringList;
-class KConfig;
+class TDEConfig;
/**
* This macro replaces the K_EXPORT_COMPONENT_FACTORY macro because of
@@ -99,7 +99,7 @@ public:
TQCString instanceName() const;
/** Return the configuration record for the plugin */
- KConfig *config();
+ TDEConfig *config();
/** Return the category descriptor string */
virtual TQString category();
@@ -157,7 +157,7 @@ private:
protected:
uint _ref; ///< Reference counter
TQCString _instanceName; ///< Instance name of the plugin
- KConfig *_config; ///< Configuration record
+ TDEConfig *_config; ///< Configuration record
};
}