summaryrefslogtreecommitdiffstats
path: root/ksayit/src/fxpluginhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksayit/src/fxpluginhandler.h')
-rw-r--r--ksayit/src/fxpluginhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksayit/src/fxpluginhandler.h b/ksayit/src/fxpluginhandler.h
index 4da5fb6..1ee84e7 100644
--- a/ksayit/src/fxpluginhandler.h
+++ b/ksayit/src/fxpluginhandler.h
@@ -49,7 +49,7 @@ class FXPluginHandler : public TQObject
Q_OBJECT
public:
- FXPluginHandler(TQObject *parent = 0, const char *name = 0, KConfig *config=0);
+ FXPluginHandler(TQObject *parent = 0, const char *name = 0, TDEConfig *config=0);
~FXPluginHandler();
public: // Methods
@@ -87,7 +87,7 @@ public: // Methods
void getPlugins(TQStringList &pluginlist);
private: // Attributes
- KConfig *m_config;
+ TDEConfig *m_config;
TQMap<TQString, fx_struct> m_mapPluginList; // holds all plugins found on the system
// TQMap<TQString, fx_struct> m_mapActivePlugins; // holds the active effects
TQStringList m_lstActivePlugins;