diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:26:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:26:17 -0600 |
commit | cbac5b6aa3484f12d9e0537856cdf1ead0fc1f17 (patch) | |
tree | 130aab554c039996870e22667bba15be7dd159a9 /ksayit | |
parent | 538321938eb6f720f93221ea666bc0d2842b93e1 (diff) | |
download | tdeaccessibility-cbac5b6aa3484f12d9e0537856cdf1ead0fc1f17.tar.gz tdeaccessibility-cbac5b6aa3484f12d9e0537856cdf1ead0fc1f17.zip |
Part 1 of 2 of kdm rename
Diffstat (limited to 'ksayit')
-rw-r--r-- | ksayit/src/docbookclasses.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/src/docbookclasses.cpp b/ksayit/src/docbookclasses.cpp index 60a7bde..87e15de 100644 --- a/ksayit/src/docbookclasses.cpp +++ b/ksayit/src/docbookclasses.cpp @@ -308,7 +308,7 @@ TQVariant ReleaseInfo::getValue( unsigned int index ) const AuthorGroup::AuthorGroup(ListViewInterface *parent, ListViewInterface *after, TQString label) : ListViewInterface(parent, after, label) { - TQPixmap pixmap = KGlobal::iconLoader()->loadIcon("kdmconfig", KIcon::Small); + TQPixmap pixmap = KGlobal::iconLoader()->loadIcon("tdmconfig", KIcon::Small); this->setPixmap(0, pixmap); this->setText(3, "00000003"); |