summaryrefslogtreecommitdiffstats
path: root/kaddressbook/views/kaddressbookiconview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/views/kaddressbookiconview.h')
-rw-r--r--kaddressbook/views/kaddressbookiconview.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/kaddressbook/views/kaddressbookiconview.h b/kaddressbook/views/kaddressbookiconview.h
index dc6dddae..5b9c8c7c 100644
--- a/kaddressbook/views/kaddressbookiconview.h
+++ b/kaddressbook/views/kaddressbookiconview.h
@@ -17,8 +17,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 KADDRESSBOOKICONVIEW_H
@@ -42,9 +42,10 @@ namespace KABC { class AddressBook; }
class KAddressBookIconView : public KAddressBookView
{
Q_OBJECT
+ TQ_OBJECT
public:
- KAddressBookIconView( KAB::Core *core, TQWidget *parent,
+ KAddressBookIconView( KAB::Core *core, TQWidget *tqparent,
const char *name = 0 );
virtual ~KAddressBookIconView();
@@ -75,9 +76,10 @@ class KAddressBookIconView : public KAddressBookView
class AddresseeIconView : public KIconView
{
Q_OBJECT
+ TQ_OBJECT
public:
- AddresseeIconView( TQWidget *parent, const char *name = 0 );
+ AddresseeIconView( TQWidget *tqparent, const char *name = 0 );
~AddresseeIconView();
signals: