summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/config/appearance/tooltipeditdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/config/appearance/tooltipeditdialog.cpp')
-rw-r--r--kopete/kopete/config/appearance/tooltipeditdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/config/appearance/tooltipeditdialog.cpp b/kopete/kopete/config/appearance/tooltipeditdialog.cpp
index 89ec4e48..d23fbe74 100644
--- a/kopete/kopete/config/appearance/tooltipeditdialog.cpp
+++ b/kopete/kopete/config/appearance/tooltipeditdialog.cpp
@@ -97,13 +97,13 @@ TooltipEditDialog::TooltipEditDialog(TQWidget *parent, const char* name)
this, TQT_SLOT(slotUsedSelected(TQListViewItem *)));
TQIconSet iconSet;
- iconSet = SmallIconSet("up");
+ iconSet = SmallIconSet("go-up");
mMainWidget->tbUp->setIconSet(iconSet);
mMainWidget->tbUp->setEnabled(false);
mMainWidget->tbUp->setAutoRepeat(true);
connect(mMainWidget->tbUp, TQT_SIGNAL(clicked()), TQT_SLOT(slotUpButton()));
- iconSet = SmallIconSet("down");
+ iconSet = SmallIconSet("go-down");
mMainWidget->tbDown->setIconSet(iconSet);
mMainWidget->tbDown->setEnabled(false);
mMainWidget->tbDown->setAutoRepeat(true);