aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_wizard.h
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2007-02-09 14:25:15 +0000
committerGravatar Szymon Tomasz Stefanek2007-02-09 14:25:15 +0000
commitab11d4864e27e05b76c95f3f66ef774316db2ba7 (patch)
tree53222baae38e916cc09d8e28811bbde7b9a79db1 /src/modules/objects/class_wizard.h
parentquick fix (diff)
downloadKVIrc-ab11d4864e27e05b76c95f3f66ef774316db2ba7.tar.gz
KVIrc-ab11d4864e27e05b76c95f3f66ef774316db2ba7.tar.bz2
KVIrc-ab11d4864e27e05b76c95f3f66ef774316db2ba7.zip
More Qt4 port
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@334 17fca916-40b9-46aa-a4ea-0a15b648b75c
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