summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/contactlist/customnotificationprops.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/contactlist/customnotificationprops.h')
-rw-r--r--kopete/kopete/contactlist/customnotificationprops.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kopete/kopete/contactlist/customnotificationprops.h b/kopete/kopete/contactlist/customnotificationprops.h
index af1fc4f5..9008123d 100644
--- a/kopete/kopete/contactlist/customnotificationprops.h
+++ b/kopete/kopete/contactlist/customnotificationprops.h
@@ -27,11 +27,12 @@ namespace Kopete
class NotifyDataObject;
}
-class CustomNotificationProps : public QObject
+class CustomNotificationProps : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
- CustomNotificationProps( TQWidget *parent, Kopete::NotifyDataObject* item, const char * name = 0 );
+ CustomNotificationProps( TQWidget *tqparent, Kopete::NotifyDataObject* item, const char * name = 0 );
~CustomNotificationProps() {}
void dumpData();
void resetEventWidgets();