From 943520ceea323f04d9ad099b2e7f4d24e4cc8f00 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:02:03 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/gui/lineedit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/lineedit.h') diff --git a/src/gui/lineedit.h b/src/gui/lineedit.h index 5f86d84..a39d8a8 100644 --- a/src/gui/lineedit.h +++ b/src/gui/lineedit.h @@ -29,7 +29,7 @@ namespace Tellico { */ class LineEdit : public KLineEdit { Q_OBJECT - TQ_OBJECT + public: LineEdit(TQWidget* parent = 0, const char* name = 0); -- cgit v1.2.1