diff options
Diffstat (limited to 'kommander/widgets/listbox.cpp')
-rw-r--r-- | kommander/widgets/listbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/widgets/listbox.cpp b/kommander/widgets/listbox.cpp index 9a84bd4b..618e054d 100644 --- a/kommander/widgets/listbox.cpp +++ b/kommander/widgets/listbox.cpp @@ -177,7 +177,7 @@ TQString ListBox::handleDCOP(int function, const TQStringList& args) } case DCOP::setPixmap: { - TQPixmap pixmap = TDEGlobal::iconLoader()->loadIcon(args[0], KIcon::Small); + TQPixmap pixmap = TDEGlobal::iconLoader()->loadIcon(args[0], TDEIcon::Small); if (pixmap.isNull()) pixmap.load(args[0]); int index = args[1].toInt(); |