Source Code (Use browser search to find items of interest.)

Class Index

kdewizard'IntroPage (./kdebase/kdewizard/intropage.h:8)

class IntroPage : public KHTMLPart
{
  Q_OBJECT

public:

  IntroPage(QWidget *parent=0, const char *name=0);

};


kdewizard'IntroPage::IntroPage() (./kdebase/kdewizard/intropage.cpp:10)

IntroPage::IntroPage(QWidget *parent, const char *name)
  : KHTMLPart(parent,name)
{
  QString url = "file:" + locate("data", "kdewizard/html/intro.html");
  openURL(url);
}