summaryrefslogtreecommitdiffstats
path: root/konq-plugins/fsview/fsview.h
diff options
context:
space:
mode:
Diffstat (limited to 'konq-plugins/fsview/fsview.h')
-rw-r--r--konq-plugins/fsview/fsview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/konq-plugins/fsview/fsview.h b/konq-plugins/fsview/fsview.h
index 2e12986..fe1c689 100644
--- a/konq-plugins/fsview/fsview.h
+++ b/konq-plugins/fsview/fsview.h
@@ -58,11 +58,12 @@ class MetricEntry
class FSView : public TreeMapWidget, public ScanListener
{
Q_OBJECT
+ TQ_OBJECT
public:
enum ColorMode { None = 0, Depth, Name, Owner, Group, Mime };
- FSView(Inode*, TQWidget* parent=0, const char* name=0);
+ FSView(Inode*, TQWidget* tqparent=0, const char* name=0);
~FSView();
KConfig* config() { return _config; }