summaryrefslogtreecommitdiffstats
path: root/src/fileaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileaccess.h')
-rw-r--r--src/fileaccess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileaccess.h b/src/fileaccess.h
index d23e0f6..2a5deeb 100644
--- a/src/fileaccess.h
+++ b/src/fileaccess.h
@@ -120,7 +120,7 @@ class t_DirectoryList : public std::list<FileAccess>
class FileAccessJobHandler : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
FileAccessJobHandler( FileAccess* pFileAccess );
@@ -173,7 +173,7 @@ private slots:
class ProgressDialog : public TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
ProgressDialog( TQWidget* pParent );