From 98ed486e2f25cfd58e6cc036862bcac0e988f361 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:14:36 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- ksayit/Freeverb_plugin/ksayitfreeverblib.cpp | 4 ++-- ksayit/Freeverb_plugin/ksayitfreeverblib.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'ksayit/Freeverb_plugin') diff --git a/ksayit/Freeverb_plugin/ksayitfreeverblib.cpp b/ksayit/Freeverb_plugin/ksayitfreeverblib.cpp index bb91885..dc0e132 100644 --- a/ksayit/Freeverb_plugin/ksayitfreeverblib.cpp +++ b/ksayit/Freeverb_plugin/ksayitfreeverblib.cpp @@ -62,7 +62,7 @@ TQObject* FreeverbPluginFactory::createObject(TQObject *parent, const char* name // Plugin Constructor -FreeverbPlugin::FreeverbPlugin(TQObject *parent, const char* name) //, KApplication *Appl) +FreeverbPlugin::FreeverbPlugin(TQObject *parent, const char* name) //, TDEApplication *Appl) : FXPlugin(parent, name) //, m_Appl(Appl) { m_config = new KSimpleConfig("ksayit_freeverbrc"); @@ -76,7 +76,7 @@ FreeverbPlugin::~FreeverbPlugin() /** sets the Main application object */ -void FreeverbPlugin::setApplication(KApplication *Appl) +void FreeverbPlugin::setApplication(TDEApplication *Appl) { m_Appl = Appl; } diff --git a/ksayit/Freeverb_plugin/ksayitfreeverblib.h b/ksayit/Freeverb_plugin/ksayitfreeverblib.h index 834d180..8c224fc 100644 --- a/ksayit/Freeverb_plugin/ksayitfreeverblib.h +++ b/ksayit/Freeverb_plugin/ksayitfreeverblib.h @@ -54,14 +54,14 @@ Q_OBJECT public: // Constructor - FreeverbPlugin(TQObject *parent=0, const char* name=0); //, KApplication *Appl=0); + FreeverbPlugin(TQObject *parent=0, const char* name=0); //, TDEApplication *Appl=0); // Destructor ~FreeverbPlugin(); /** sets the Main application object */ - void setApplication(KApplication *Appl); + void setApplication(TDEApplication *Appl); /** returns the Name of the Plugin */ @@ -87,7 +87,7 @@ public: private: - KApplication *m_Appl; + TDEApplication *m_Appl; KSimpleConfig *m_config; }; -- cgit v1.2.3