From 24a6516e1f09c74c1cdac6b3144c85d8c11fc29a Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 24 Mar 2009 18:21:54 -0400 Subject: Fix inheritance --- sigtools/PluginTypeModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sigtools') diff --git a/sigtools/PluginTypeModel.h b/sigtools/PluginTypeModel.h index 9c31e32a..3f8119b4 100644 --- a/sigtools/PluginTypeModel.h +++ b/sigtools/PluginTypeModel.h @@ -30,7 +30,7 @@ namespace Sigtools class PluginModel; class RootPluginModel; -class SIGTOOLS_NO_EXPORT PluginTypeModel : public QObject +class SIGTOOLS_NO_EXPORT PluginTypeModel : public BaseModel { Q_OBJECT -- cgit