summaryrefslogtreecommitdiffstats
path: root/src/bondrealmpage.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-07-09 00:50:28 -0500
committerTimothy Pearson <[email protected]>2012-07-09 00:50:28 -0500
commitb930f6f591fce0705d3e36587732b768b7b4f68f (patch)
tree320c3235a476582c1b64de1c3bc4d0585dd85753 /src/bondrealmpage.cpp
parent96c0a54f74f1ab9f284db7d5e5ee0c7a6f341fa0 (diff)
downloadkcmldap-b930f6f591fce0705d3e36587732b768b7b4f68f.tar.gz
kcmldap-b930f6f591fce0705d3e36587732b768b7b4f68f.zip
Add missing wizard pictures
Diffstat (limited to 'src/bondrealmpage.cpp')
-rw-r--r--src/bondrealmpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bondrealmpage.cpp b/src/bondrealmpage.cpp
index 3707f9c..0d333c9 100644
--- a/src/bondrealmpage.cpp
+++ b/src/bondrealmpage.cpp
@@ -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()));