From 6f114e7935d43127c6c0269532fb2674cee9a4f5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:14 -0600 Subject: Remove spurious TQ_OBJECT instances --- kopete/libkopete/ui/metacontactselectorwidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete/libkopete/ui/metacontactselectorwidget.h') diff --git a/kopete/libkopete/ui/metacontactselectorwidget.h b/kopete/libkopete/ui/metacontactselectorwidget.h index 0335ac62..fb0f1e17 100644 --- a/kopete/libkopete/ui/metacontactselectorwidget.h +++ b/kopete/libkopete/ui/metacontactselectorwidget.h @@ -38,7 +38,7 @@ namespace UI class KOPETE_EXPORT MetaContactSelectorWidget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: MetaContactSelectorWidget( TQWidget *parent = 0, const char *name = 0 ); ~MetaContactSelectorWidget(); @@ -81,7 +81,7 @@ private: class MetaContactSelectorWidgetLVI : public Kopete::UI::ListView::Item { Q_OBJECT - TQ_OBJECT + public: MetaContactSelectorWidgetLVI(Kopete::MetaContact *mc, TQListView *parent, TQObject *owner = 0, const char *name = 0 ); Kopete::MetaContact* metaContact(); -- cgit v1.2.1