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/ksayitfreeverblib.h | |
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/ksayitfreeverblib.h')
-rw-r--r-- | ksayit/Freeverb_plugin/ksayitfreeverblib.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |