diff options
Diffstat (limited to 'ksayit/Freeverb_plugin/ksayitfreeverblib.cpp')
-rw-r--r-- | ksayit/Freeverb_plugin/ksayitfreeverblib.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksayit/Freeverb_plugin/ksayitfreeverblib.cpp b/ksayit/Freeverb_plugin/ksayitfreeverblib.cpp index 1141e68..40b6abd 100644 --- a/ksayit/Freeverb_plugin/ksayitfreeverblib.cpp +++ b/ksayit/Freeverb_plugin/ksayitfreeverblib.cpp @@ -17,7 +17,7 @@ // KDE includes #include <kdebug.h> #include <tdelocale.h> -#include <kdemacros.h> +#include <tdemacros.h> #include <arts/artsmodules.h> // App specific includes @@ -65,7 +65,7 @@ TQObject* FreeverbPluginFactory::createObject(TQObject *parent, const char* name FreeverbPlugin::FreeverbPlugin(TQObject *parent, const char* name) //, TDEApplication *Appl) : FXPlugin(parent, name) //, m_Appl(Appl) { - m_config = new KSimpleConfig("ksayit_freeverbrc"); + m_config = new TDESimpleConfig("ksayit_freeverbrc"); } |