From a08aff328d4393031d5ba7d622c2b05705a89d73 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 04 Jul 2007 11:23:42 +0000 Subject: initial public commit of qt4 port --- (limited to 'microkde/kutils/kcmultidialog.h') diff --git a/microkde/kutils/kcmultidialog.h b/microkde/kutils/kcmultidialog.h index 66412ac..78f8a00 100644 --- a/microkde/kutils/kcmultidialog.h +++ b/microkde/kutils/kcmultidialog.h @@ -22,8 +22,8 @@ #ifndef KCMULTIDIALOG_H #define KCMULTIDIALOG_H -#include -#include +#include +#include #include #include @@ -75,7 +75,7 @@ public: //US special method for microkde. We do not want to load everything dynamically. void addModule(KCModule* module );//, const QString& modulename, const QString& iconname); - QVBox* getNewVBoxPage(const QString & modulename) ; + Q3VBox* getNewVBoxPage(const QString & modulename) ; bool showPage( int index ); @@ -133,7 +133,7 @@ private: bool withfallback; }; */ - QPtrList modules; + Q3PtrList modules; /* QPtrDict moduleDict; QString _docPath; -- cgit v0.9.0.2