From 75b5de5bf835988d57b781f8408d428646beef59 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:09:11 -0600 Subject: Remove spurious TQ_OBJECT instances --- ark/compressedfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ark/compressedfile.h') diff --git a/ark/compressedfile.h b/ark/compressedfile.h index 3c5ede8..896b0fa 100644 --- a/ark/compressedfile.h +++ b/ark/compressedfile.h @@ -44,7 +44,7 @@ class ArkWidget; class CompressedFile : public Arch { Q_OBJECT - TQ_OBJECT + public: CompressedFile( ArkWidget *_gui, const TQString & _fileName, const TQString &_openAsMimeType ); virtual ~CompressedFile(); -- cgit v1.2.1