summaryrefslogtreecommitdiffstats
path: root/ksayit/Freeverb_plugin
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:13:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:13:21 -0600
commit973b82a5b271e07036dedbed227ff0592f0e18ad (patch)
treeaadc3a318fbae76efa514227adbe1e38b9a5d05f /ksayit/Freeverb_plugin
parentd1366b97bcc67b2662d5c5058b46c7666a087d12 (diff)
downloadtdeaccessibility-973b82a5b271e07036dedbed227ff0592f0e18ad.tar.gz
tdeaccessibility-973b82a5b271e07036dedbed227ff0592f0e18ad.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'ksayit/Freeverb_plugin')
-rw-r--r--ksayit/Freeverb_plugin/ksayitfreeverblib.cpp4
-rw-r--r--ksayit/Freeverb_plugin/ksayitfreeverblib.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/ksayit/Freeverb_plugin/ksayitfreeverblib.cpp b/ksayit/Freeverb_plugin/ksayitfreeverblib.cpp
index dc0e132..02560b6 100644
--- a/ksayit/Freeverb_plugin/ksayitfreeverblib.cpp
+++ b/ksayit/Freeverb_plugin/ksayitfreeverblib.cpp
@@ -37,13 +37,13 @@ extern "C"
};
*/
-KInstance *FreeverbPluginFactory::p_instance = 0L;
+TDEInstance *FreeverbPluginFactory::p_instance = 0L;
// Factory Constructor
FreeverbPluginFactory::FreeverbPluginFactory(TQObject *parent, const char* name)
{
- p_instance = new KInstance("FreeverbPluginFactory");
+ p_instance = new TDEInstance("FreeverbPluginFactory");
}
diff --git a/ksayit/Freeverb_plugin/ksayitfreeverblib.h b/ksayit/Freeverb_plugin/ksayitfreeverblib.h
index 8c224fc..44c9bf8 100644
--- a/ksayit/Freeverb_plugin/ksayitfreeverblib.h
+++ b/ksayit/Freeverb_plugin/ksayitfreeverblib.h
@@ -40,7 +40,7 @@ public:
const TQStringList &args=TQStringList());
private:
- static KInstance* p_instance;
+ static TDEInstance* p_instance;
};