From 37f7c7c47abcbf624be797ab463ade2d0b6e27ef Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:50 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/replaygain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/replaygain.h') diff --git a/src/replaygain.h b/src/replaygain.h index 568d3a8..d844ae7 100755 --- a/src/replaygain.h +++ b/src/replaygain.h @@ -18,7 +18,7 @@ class KProcess; class ReplayGain : public TQObject { Q_OBJECT - TQ_OBJECT + public: enum Mode { calc_track = 0x0001, -- cgit v1.2.1