summaryrefslogtreecommitdiffstats
path: root/kaddressbook/kcmconfigs/addresseewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/kcmconfigs/addresseewidget.h')
-rw-r--r--kaddressbook/kcmconfigs/addresseewidget.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/kaddressbook/kcmconfigs/addresseewidget.h b/kaddressbook/kcmconfigs/addresseewidget.h
index b8bbf217..8c81ac23 100644
--- a/kaddressbook/kcmconfigs/addresseewidget.h
+++ b/kaddressbook/kcmconfigs/addresseewidget.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 ADDRESSEEWIDGET_H
@@ -33,12 +33,13 @@ class TQListBox;
class TQListBoxItem;
class TQPushButton;
-class NamePartWidget : public QWidget
+class NamePartWidget : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- NamePartWidget( const TQString &title, const TQString &label, TQWidget *parent,
+ NamePartWidget( const TQString &title, const TQString &label, TQWidget *tqparent,
const char *name = 0 );
~NamePartWidget();
@@ -65,12 +66,13 @@ class NamePartWidget : public QWidget
TQString mLabel;
};
-class AddresseeWidget : public QWidget
+class AddresseeWidget : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- AddresseeWidget( TQWidget *parent, const char *name = 0 );
+ AddresseeWidget( TQWidget *tqparent, const char *name = 0 );
~AddresseeWidget();
void restoreSettings();