diff options
Diffstat (limited to 'korganizer/filtereditdialog.h')
-rw-r--r-- | korganizer/filtereditdialog.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/korganizer/filtereditdialog.h b/korganizer/filtereditdialog.h index 8527fd0b9..76d3c724d 100644 --- a/korganizer/filtereditdialog.h +++ b/korganizer/filtereditdialog.h @@ -19,8 +19,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 _FILTEREDITDIALOG_H #define _FILTEREDITDIALOG_H @@ -45,8 +45,9 @@ using namespace KCal; class FilterEditDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - FilterEditDialog(TQPtrList<CalFilter> *,TQWidget *parent=0, const char *name=0); + FilterEditDialog(TQPtrList<CalFilter> *,TQWidget *tqparent=0, const char *name=0); virtual ~FilterEditDialog(); signals: @@ -69,8 +70,9 @@ class FilterEditDialog : public KDialogBase class FilterEdit : public FilterEdit_base { Q_OBJECT + TQ_OBJECT public: - FilterEdit(TQPtrList<CalFilter> *filters, TQWidget *parent); + FilterEdit(TQPtrList<CalFilter> *filters, TQWidget *tqparent); ~FilterEdit(); void updateFilterList(); |