aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_wizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/class_wizard.h')
-rw-r--r--src/modules/objects/class_wizard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/class_wizard.h b/src/modules/objects/class_wizard.h
index 047b0dfb4..63c88fd96 100644
--- a/src/modules/objects/class_wizard.h
+++ b/src/modules/objects/class_wizard.h
@@ -22,7 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-#include <qwizard.h>
+#include <kvi_tal_wizard.h>
#include "class_widget.h"
@@ -61,7 +61,7 @@ protected:
bool functionbackClickedEvent(KviKvsObjectFunctionCall *c);
};
-class KviKvsMdmWizard : public QWizard
+class KviKvsMdmWizard : public KviTalWizard
{
Q_OBJECT