summaryrefslogtreecommitdiffstats
path: root/libkonq/konq_operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkonq/konq_operations.h')
-rw-r--r--libkonq/konq_operations.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkonq/konq_operations.h b/libkonq/konq_operations.h
index c6cef7431..ebc127189 100644
--- a/libkonq/konq_operations.h
+++ b/libkonq/konq_operations.h
@@ -36,7 +36,7 @@ class KonqMainWindow;
*/
class LIBKONQ_EXPORT KonqOperations : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
protected:
KonqOperations( TQWidget * parent );
virtual ~KonqOperations();
@@ -197,7 +197,7 @@ private:
/// Restore multiple trashed files
class KonqMultiRestoreJob : public TDEIO::Job
{
- Q_OBJECT
+ TQ_OBJECT
public:
KonqMultiRestoreJob( const KURL::List& urls, bool showProgressInfo );