diff options
author | Slávek Banko <[email protected]> | 2014-10-22 23:21:14 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2014-10-22 23:21:14 +0200 |
commit | e976d20e309dc10ecc8541a7e88775b2823c9d64 (patch) | |
tree | 9c45e7501b5450e93946faed1a035e31c1be1afb | |
parent | 1fbffc1c2130201701f9e0d9e6b9355f399f75b7 (diff) | |
download | tdepim-e976d20e309dc10ecc8541a7e88775b2823c9d64.tar.gz tdepim-e976d20e309dc10ecc8541a7e88775b2823c9d64.zip |
Fix typos from commit 8bd51635
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | akregator/src/feeditem.cpp | 2 | ||||
-rw-r--r-- | kaddressbook/viewmanager.cpp | 2 | ||||
-rw-r--r-- | kaddressbook/views/kaddressbookiconview.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/feeditem.cpp b/akregator/src/feeditem.cpp index 9bbf5c48d..fc85ab971 100644 --- a/akregator/src/feeditem.cpp +++ b/akregator/src/feeditem.cpp @@ -89,7 +89,7 @@ TQPixmap FeedItem::errorPixmap() TQPixmap FeedItem::defaultPixmap() { - return TDEGlobal::iconLoader()->loadIcon(""text-plain", TDEIcon::Small); + return TDEGlobal::iconLoader()->loadIcon("text-plain", TDEIcon::Small); } void FeedItem::initialize(Feed* node) diff --git a/kaddressbook/viewmanager.cpp b/kaddressbook/viewmanager.cpp index 3b78cdfa7..47ef542e6 100644 --- a/kaddressbook/viewmanager.cpp +++ b/kaddressbook/viewmanager.cpp @@ -497,7 +497,7 @@ void ViewManager::startDrag() } } - drag->setPixmap( TDEGlobal::iconLoader()->loadIcon( ""x-office-address-book", TDEIcon::Desktop ) ); + drag->setPixmap( TDEGlobal::iconLoader()->loadIcon( "x-office-address-book", TDEIcon::Desktop ) ); drag->dragCopy(); } diff --git a/kaddressbook/views/kaddressbookiconview.cpp b/kaddressbook/views/kaddressbookiconview.cpp index fee2c1138..3021f6921 100644 --- a/kaddressbook/views/kaddressbookiconview.cpp +++ b/kaddressbook/views/kaddressbookiconview.cpp @@ -112,7 +112,7 @@ class AddresseeIconViewItem : public TDEIconViewItem setText( mAddressee.givenName() + " " + mAddressee.familyName() ); TQPixmap icon; - TQPixmap defaultIcon( TDEGlobal::iconLoader()->loadIcon( ""x-office-address-book", TDEIcon::Desktop ) ); + TQPixmap defaultIcon( TDEGlobal::iconLoader()->loadIcon( "x-office-address-book", TDEIcon::Desktop ) ); TDEABC::Picture pic = mAddressee.photo(); if ( pic.data().isNull() ) pic = mAddressee.logo(); |