summaryrefslogtreecommitdiffstats
path: root/src/gvdirpart/gvdirpart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gvdirpart/gvdirpart.h')
-rw-r--r--src/gvdirpart/gvdirpart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvdirpart/gvdirpart.h b/src/gvdirpart/gvdirpart.h
index 6bf34d2..1bea0b0 100644
--- a/src/gvdirpart/gvdirpart.h
+++ b/src/gvdirpart/gvdirpart.h
@@ -43,7 +43,7 @@ class GVDirPart;
* some services to Konqueror. All Konqueror KParts have one.
*/
class GVDirPartBrowserExtension: public KParts::BrowserExtension {
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -70,7 +70,7 @@ private:
* A Read Only KPart to browse directories and their images using Gwenview
*/
class GVDirPart : public KParts::ReadOnlyPart {
- Q_OBJECT
+ TQ_OBJECT
public:
GVDirPart(TQWidget*, const char*, TQObject*, const char*, const TQStringList &);