summaryrefslogtreecommitdiffstats
path: root/src/devices
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:08:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:08:40 -0600
commitdca4b260f029db8fbb9a33bfb2b0a2aa9a28edf1 (patch)
tree18ba70f38844c0b7b78264e28284da691c760e0f /src/devices
parent08396682f3324c6c1266be6a084793b261ada6a4 (diff)
downloadpiklab-dca4b260f029db8fbb9a33bfb2b0a2aa9a28edf1.tar.gz
piklab-dca4b260f029db8fbb9a33bfb2b0a2aa9a28edf1.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/pic/gui/pic_register_view.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/pic/gui/pic_register_view.cpp b/src/devices/pic/gui/pic_register_view.cpp
index 420a0fc..d5467fd 100644
--- a/src/devices/pic/gui/pic_register_view.cpp
+++ b/src/devices/pic/gui/pic_register_view.cpp
@@ -67,9 +67,9 @@ Pic::BankWidget::BankWidget(uint i, TQWidget *parent)
row++;
}
- KIconLoader loader;
- TQPixmap readIcon = loader.loadIcon("viewmag", KIcon::Small);
- TQPixmap editIcon = loader.loadIcon("edit", KIcon::Small);
+ TDEIconLoader loader;
+ TQPixmap readIcon = loader.loadIcon("viewmag", TDEIcon::Small);
+ TQPixmap editIcon = loader.loadIcon("edit", TDEIcon::Small);
uint nb;
if ( !data.is18Family() ) nb = rdata.nbRegistersPerBank();
else nb = kMax(rdata.accessBankSplit, rdata.nbRegistersPerBank() - rdata.accessBankSplit);