diff options
Diffstat (limited to 'src/gvcore/fileviewcontroller.h')
-rw-r--r-- | src/gvcore/fileviewcontroller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/fileviewcontroller.h b/src/gvcore/fileviewcontroller.h index 8339659..20f7e42 100644 --- a/src/gvcore/fileviewcontroller.h +++ b/src/gvcore/fileviewcontroller.h @@ -56,7 +56,7 @@ class DirLister; class LIBGWENVIEW_EXPORT FileViewController : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum Mode { FILE_LIST, THUMBNAIL}; |