diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-22 17:46:54 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-03 22:38:49 +0900 |
| commit | 4a47c1bfffffad7094f0b5c7cef532069e088ec3 (patch) | |
| tree | 31b86dd0d87816e4b31e8bc2aa7687b2e85c2e82 /src/newbasketdialog.cpp | |
| parent | 7975b08418486c2793bd61c32ee347ce6b81c687 (diff) | |
| download | basket-4a47c1bfffffad7094f0b5c7cef532069e088ec3.tar.gz basket-4a47c1bfffffad7094f0b5c7cef532069e088ec3.zip | |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/newbasketdialog.cpp')
| -rw-r--r-- | src/newbasketdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newbasketdialog.cpp b/src/newbasketdialog.cpp index b10ff6b..fb05e68 100644 --- a/src/newbasketdialog.cpp +++ b/src/newbasketdialog.cpp @@ -266,7 +266,7 @@ int NewBasketDialog::populateBasketsList(TQListViewItem *item, int indent, int i while (item) { // Get the basket data: Basket *basket = ((BasketListViewItem*)item)->basket(); - TQPixmap icon = kapp->iconLoader()->loadIcon(basket->icon(), TDEIcon::NoGroup, ICON_SIZE, TDEIcon::DefaultState, 0L, /*canReturnNull=*/false); + TQPixmap icon = tdeApp->iconLoader()->loadIcon(basket->icon(), TDEIcon::NoGroup, ICON_SIZE, TDEIcon::DefaultState, 0L, /*canReturnNull=*/false); icon = Tools::indentPixmap(icon, indent, 2 * ICON_SIZE / 3); // Append item to the list: |
