summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kcm/configdialog.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kcm/configdialog.cpp b/src/kcm/configdialog.cpp
index d2302e3..3118ce6 100644
--- a/src/kcm/configdialog.cpp
+++ b/src/kcm/configdialog.cpp
@@ -87,10 +87,10 @@ ConfigDialog::ConfigDialog( TQWidget *parent, const char *name, const TQStringLi
load();
TQVBoxLayout* top = new TQVBoxLayout(this);
- mDlg->pushButtonNew->setPixmap( SmallIcon( "filenew" ) );
- mDlg->pushButtonDelete->setPixmap( SmallIcon( "editdelete" ) );
- mDlg->pushButtonAddCommand->setPixmap( SmallIcon( "filenew" ) );
- mDlg->pushButtonRemoveCommand->setPixmap( SmallIcon( "editdelete" ) );
+ mDlg->pushButtonNew->setPixmap( SmallIcon( "document-new" ) );
+ mDlg->pushButtonDelete->setPixmap( SmallIcon( "edit-delete" ) );
+ mDlg->pushButtonAddCommand->setPixmap( SmallIcon( "document-new" ) );
+ mDlg->pushButtonRemoveCommand->setPixmap( SmallIcon( "edit-delete" ) );
mDlg->pushButtonUp->setPixmap( SmallIcon( "1uparrow" ) );
mDlg->pushButtonDown->setPixmap( SmallIcon( "1downarrow" ) );
mDlg->pushButtonAddToolTip->setPixmap( SmallIcon( "1rightarrow" ) );