From b7aacaab229a91de36ed761481e0a93672764cfe Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:37 -0600 Subject: Remove spurious TQ_OBJECT instances --- krsync/krsync.h | 2 +- krsync/rsyncconfigdialog.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'krsync') diff --git a/krsync/krsync.h b/krsync/krsync.h index 9fa46ad6e..6bca00827 100644 --- a/krsync/krsync.h +++ b/krsync/krsync.h @@ -85,7 +85,7 @@ namespace KParts class KRsync : public TQObject { Q_OBJECT - TQ_OBJECT + public: diff --git a/krsync/rsyncconfigdialog.h b/krsync/rsyncconfigdialog.h index f7aae1aff..3da9e6f79 100644 --- a/krsync/rsyncconfigdialog.h +++ b/krsync/rsyncconfigdialog.h @@ -38,7 +38,7 @@ class RsyncConfigDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: RsyncConfigDialog(TQWidget* parent = 0, const char* name = 0, -- cgit v1.2.1