From 4fb897b216c41c13f128c71bcc66f60e2dc601c4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:33:40 -0600 Subject: Rename additional global TQt functions --- kded/test/test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kded/test') diff --git a/kded/test/test.cpp b/kded/test/test.cpp index 13b7c2944..e99eb1421 100644 --- a/kded/test/test.cpp +++ b/kded/test/test.cpp @@ -4,9 +4,9 @@ class TestObject : public KShared { public: TestObject(const TQCString &_app) : app(_app) - { qWarning("Creating TestObject belonging to '%s'", app.data()); } + { tqWarning("Creating TestObject belonging to '%s'", app.data()); } ~TestObject() - { qWarning("Destructing TestObject belonging to '%s'", app.data()); } + { tqWarning("Destructing TestObject belonging to '%s'", app.data()); } protected: TQCString app; }; @@ -24,7 +24,7 @@ TQString TestModule::world() void TestModule::idle() { - qWarning("TestModule is idle."); + tqWarning("TestModule is idle."); } void TestModule::registerMe(const TQCString &app) -- cgit v1.2.1