diff options
author | Timothy Pearson <[email protected]> | 2012-07-09 00:26:10 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-07-09 00:26:10 -0500 |
commit | 7a40593bf4d499bf4bcf88745257cdb608bdf498 (patch) | |
tree | fe22b4887a00301587c22738829622071733042b /src/primaryrealmwizard/realmconfigpage.cpp | |
parent | 0e555d663735a59d5a62c12e26360ce88d709535 (diff) | |
download | kcmldapcontroller-7a40593bf4d499bf4bcf88745257cdb608bdf498.tar.gz kcmldapcontroller-7a40593bf4d499bf4bcf88745257cdb608bdf498.zip |
Add wizard images
Diffstat (limited to 'src/primaryrealmwizard/realmconfigpage.cpp')
-rw-r--r-- | src/primaryrealmwizard/realmconfigpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/primaryrealmwizard/realmconfigpage.cpp b/src/primaryrealmwizard/realmconfigpage.cpp index a1806c3..0529b41 100644 --- a/src/primaryrealmwizard/realmconfigpage.cpp +++ b/src/primaryrealmwizard/realmconfigpage.cpp @@ -40,7 +40,7 @@ PrimaryRealmConfigPage::PrimaryRealmConfigPage(TQWidget *parent, const char *name ) : PrimaryRealmConfigPageDlg(parent,name) { - px_introSidebar->setPixmap(UserIcon("step2.png")); + px_introSidebar->setPixmap(UserIcon("kcmldapcontroller_step1.png")); connect(txtRealmName, TQT_SIGNAL(textChanged(const TQString&)), this, TQT_SLOT(validateEntries())); connect(txtKDC, TQT_SIGNAL(textChanged(const TQString&)), this, TQT_SLOT(validateEntries())); |