summaryrefslogtreecommitdiffstats
path: root/konqueror/kttsplugin
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror/kttsplugin')
-rw-r--r--konqueror/kttsplugin/tdehtmlkttsd.cpp6
-rw-r--r--konqueror/kttsplugin/tdehtmlkttsd.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/konqueror/kttsplugin/tdehtmlkttsd.cpp b/konqueror/kttsplugin/tdehtmlkttsd.cpp
index 49d206664..efc655a40 100644
--- a/konqueror/kttsplugin/tdehtmlkttsd.cpp
+++ b/konqueror/kttsplugin/tdehtmlkttsd.cpp
@@ -42,7 +42,7 @@ TDEHTMLPluginKTTSD::TDEHTMLPluginKTTSD( TQObject* parent, const char* name, cons
{
(void) new TDEAction( i18n("&Speak Text"),
"kttsd", 0,
- this, TQT_SLOT(slotReadOut()),
+ this, TQ_SLOT(slotReadOut()),
actionCollection(), "tools_kttsd" );
}
else
@@ -63,11 +63,11 @@ void TDEHTMLPluginKTTSD::slotReadOut()
else
{
// If KTTSD not running, start it.
- DCOPClient *client = kapp->dcopClient();
+ DCOPClient *client = tdeApp->dcopClient();
if (!client->isApplicationRegistered("kttsd"))
{
TQString error;
- if (kapp->startServiceByDesktopName("kttsd", TQStringList(), &error))
+ if (tdeApp->startServiceByDesktopName("kttsd", TQStringList(), &error))
TQMessageBox::warning(0, i18n( "Starting KTTSD Failed"), error );
}
diff --git a/konqueror/kttsplugin/tdehtmlkttsd.h b/konqueror/kttsplugin/tdehtmlkttsd.h
index f9e606c16..4c8815fbd 100644
--- a/konqueror/kttsplugin/tdehtmlkttsd.h
+++ b/konqueror/kttsplugin/tdehtmlkttsd.h
@@ -27,7 +27,7 @@ class TDEInstance;
*/
class TDEHTMLPluginKTTSD : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
/**