summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/test/test_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins/test/test_part.h')
-rw-r--r--kontact/plugins/test/test_part.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kontact/plugins/test/test_part.h b/kontact/plugins/test/test_part.h
index 8a80dcb4..7f14aed2 100644
--- a/kontact/plugins/test/test_part.h
+++ b/kontact/plugins/test/test_part.h
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#ifndef TEST_PART_H
#define TEST_PART_H
@@ -34,10 +34,11 @@ class KAddressBookIface_stub;
class TestPart : public KParts::ReadOnlyPart
{
Q_OBJECT
+ TQ_OBJECT
public:
- TestPart(TQObject *parent=0, const char *name=0);
+ TestPart(TQObject *tqparent=0, const char *name=0);
~TestPart();
protected: