summaryrefslogtreecommitdiffstats
path: root/ksayit/Freeverb_plugin/ksayitfreeverblib.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksayit/Freeverb_plugin/ksayitfreeverblib.h')
-rw-r--r--ksayit/Freeverb_plugin/ksayitfreeverblib.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ksayit/Freeverb_plugin/ksayitfreeverblib.h b/ksayit/Freeverb_plugin/ksayitfreeverblib.h
index 65fe54c..afc2eca 100644
--- a/ksayit/Freeverb_plugin/ksayitfreeverblib.h
+++ b/ksayit/Freeverb_plugin/ksayitfreeverblib.h
@@ -17,16 +17,16 @@
#include <tqstringlist.h>
// KDE includes
-#include <ksimpleconfig.h>
+#include <tdesimpleconfig.h>
#include <tdeapplication.h>
#include <klibloader.h>
-#include <kinstance.h>
+#include <tdeinstance.h>
#include "ksayit_fxplugin.h"
class FreeverbPluginFactory : public KLibFactory
{
-Q_OBJECT
+TQ_OBJECT
public:
// Consturctor
@@ -36,7 +36,7 @@ public:
virtual ~FreeverbPluginFactory(){ delete p_instance; };
TQObject* createObject(TQObject *parent=0, const char* name=0,
- const char* className=TQOBJECT_OBJECT_NAME_STRING,
+ const char* className="TQObject",
const TQStringList &args=TQStringList());
private:
@@ -50,7 +50,7 @@ private:
class FreeverbPlugin : public FXPlugin
{
-Q_OBJECT
+TQ_OBJECT
public:
// Constructor
@@ -88,7 +88,7 @@ public:
private:
TDEApplication *m_Appl;
- KSimpleConfig *m_config;
+ TDESimpleConfig *m_config;
};