summaryrefslogtreecommitdiffstats
path: root/krfb/krfb/trayicon.h
diff options
context:
space:
mode:
Diffstat (limited to 'krfb/krfb/trayicon.h')
-rw-r--r--krfb/krfb/trayicon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/krfb/krfb/trayicon.h b/krfb/krfb/trayicon.h
index 45e22ea7..9b8c8c21 100644
--- a/krfb/krfb/trayicon.h
+++ b/krfb/krfb/trayicon.h
@@ -30,7 +30,7 @@ class KDialog;
class KPassivePopup2 : public KPassivePopup {
Q_OBJECT
- TQ_OBJECT
+
public:
KPassivePopup2(TQWidget *parent);
static KPassivePopup2 *message( const TQString &caption, const TQString &text,
@@ -54,7 +54,7 @@ protected:
class TrayIcon : public KSystemTray {
Q_OBJECT
- TQ_OBJECT
+
public:
TrayIcon(KDialog*, Configuration*);
~TrayIcon();