diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:13:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:13:21 -0600 |
commit | 973b82a5b271e07036dedbed227ff0592f0e18ad (patch) | |
tree | aadc3a318fbae76efa514227adbe1e38b9a5d05f /ksayit/Freeverb_plugin | |
parent | d1366b97bcc67b2662d5c5058b46c7666a087d12 (diff) | |
download | tdeaccessibility-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.cpp | 4 | ||||
-rw-r--r-- | ksayit/Freeverb_plugin/ksayitfreeverblib.h | 2 |
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; }; |