diff options
Diffstat (limited to 'kontact/plugins/test/test_part.h')
-rw-r--r-- | kontact/plugins/test/test_part.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kontact/plugins/test/test_part.h b/kontact/plugins/test/test_part.h index 8a80dcb42..7f14aed27 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: |