summaryrefslogtreecommitdiffstats
path: root/src/part/part.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:58:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:58:59 -0600
commit860a15eba11559dd34e033b77359b3bc34ef2ce4 (patch)
tree0c87fe506f982febb1a9b1f127390c96a9de3df7 /src/part/part.h
parent56b08ff603f321bd227457a4b0fb85a739c52a5f (diff)
downloadfilelight-860a15eba11559dd34e033b77359b3bc34ef2ce4.tar.gz
filelight-860a15eba11559dd34e033b77359b3bc34ef2ce4.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/part/part.h')
-rw-r--r--src/part/part.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/part/part.h b/src/part/part.h
index 92bb7e3..f9be062 100644
--- a/src/part/part.h
+++ b/src/part/part.h
@@ -29,7 +29,7 @@ namespace Filelight
class Part : public KParts::ReadOnlyPart
{
Q_OBJECT
- TQ_OBJECT
+
public:
Part( TQWidget *, const char *, TQObject *, const char *, const TQStringList& );