summaryrefslogtreecommitdiffstats
path: root/kaddressbook/editors/imaddresswidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/editors/imaddresswidget.h')
-rw-r--r--kaddressbook/editors/imaddresswidget.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/kaddressbook/editors/imaddresswidget.h b/kaddressbook/editors/imaddresswidget.h
index 11ee5f45..3cec21cf 100644
--- a/kaddressbook/editors/imaddresswidget.h
+++ b/kaddressbook/editors/imaddresswidget.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 IMADDRESSWIDGET_H
#define IMADDRESSWIDGET_H
@@ -42,10 +42,11 @@ class KPluginInfo;
class IMAddressWidget : public IMAddressBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- IMAddressWidget( TQWidget *parent, TQValueList<KPluginInfo *> protocols);
- IMAddressWidget( TQWidget *parent, TQValueList<KPluginInfo *> protocols,
+ IMAddressWidget( TQWidget *tqparent, TQValueList<KPluginInfo *> protocols);
+ IMAddressWidget( TQWidget *tqparent, TQValueList<KPluginInfo *> protocols,
KPluginInfo *protocol, const TQString& address,
const IMContext& context = Any );