diff options
Diffstat (limited to 'tdeio/misc/uiserver.h')
-rw-r--r-- | tdeio/misc/uiserver.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeio/misc/uiserver.h b/tdeio/misc/uiserver.h index edb4531bc..8ba492da5 100644 --- a/tdeio/misc/uiserver.h +++ b/tdeio/misc/uiserver.h @@ -57,7 +57,7 @@ struct ListProgressColumnConfig */ class TDEIO_EXPORT ListProgress : public TDEListView { - Q_OBJECT + TQ_OBJECT public: @@ -105,7 +105,7 @@ protected: */ class TDEIO_EXPORT ProgressItem : public TQObject, public TQListViewItem { - Q_OBJECT + TQ_OBJECT public: ProgressItem( ListProgress* view, TQListViewItem *after, TQCString app_id, int job_id, @@ -217,7 +217,7 @@ class UIServerSystemTray; class TDEIO_EXPORT UIServer : public TDEMainWindow, public DCOPObject { K_DCOP - Q_OBJECT + TQ_OBJECT UIServer(); virtual ~UIServer(); |