Add missing wizard pictures

pull/1/head
Timothy Pearson 12 years ago
parent 96c0a54f74
commit b930f6f591

@ -0,0 +1,3 @@
kpersonalizer_pics_data_DATA = kcmldapbonding_step1.png kcmldapbonding_step3.png
kpersonalizer_pics_datadir = $(datarootdir)/pixmaps

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

@ -35,7 +35,7 @@
BondFinishPage::BondFinishPage(TQWidget *parent, const char *name ) : BondFinishPageDlg(parent,name) {
px_introSidebar->setPixmap(UserIcon("step3.png"));
px_introSidebar->setPixmap(UserIcon("kcmldapbonding_step3.png"));
}
BondFinishPage::~BondFinishPage(){

@ -35,7 +35,7 @@
BondIntroPage::BondIntroPage(TQWidget *parent, const char *name ) : BondIntroPageDlg(parent,name) {
px_introSidebar->setPixmap(UserIcon("step1.png"));
px_introSidebar->setPixmap(UserIcon("kcmldapbonding_step1.png"));
}
BondIntroPage::~BondIntroPage(){

@ -40,7 +40,7 @@
BondRealmPage::BondRealmPage(TQWidget *parent, const char *name ) : BondRealmPageDlg(parent,name) {
px_introSidebar->setPixmap(UserIcon("step2.png"));
px_introSidebar->setPixmap(UserIcon("kcmldapbonding_step1.png"));
connect(txtRealmName, TQT_SIGNAL(textChanged(const TQString&)), this, TQT_SLOT(validateEntries()));
connect(txtKDC, TQT_SIGNAL(textChanged(const TQString&)), this, TQT_SLOT(validateEntries()));

@ -1,3 +1,4 @@
doc
po
src
pics

Loading…
Cancel
Save