From 730bb5bd4cffbbc5cf3a32212533fef885dbab87 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:51 -0600 Subject: Remove spurious TQ_OBJECT instances --- juk/systemtray.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juk/systemtray.h') diff --git a/juk/systemtray.h b/juk/systemtray.h index 66f76111..7a8994cc 100644 --- a/juk/systemtray.h +++ b/juk/systemtray.h @@ -38,7 +38,7 @@ class FileHandle; class PassiveInfo : public KPassivePopup { Q_OBJECT - TQ_OBJECT + public: PassiveInfo(TQWidget *parent = 0, const char *name = 0); @@ -65,7 +65,7 @@ private: class SystemTray : public KSystemTray { Q_OBJECT - TQ_OBJECT + public: SystemTray(TQWidget *parent = 0, const char *name = 0); -- cgit v1.2.3