diff options
Diffstat (limited to 'buildtools/autotools/addservicedlg.cpp')
-rw-r--r-- | buildtools/autotools/addservicedlg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/buildtools/autotools/addservicedlg.cpp b/buildtools/autotools/addservicedlg.cpp index 7576741e..e8e47c98 100644 --- a/buildtools/autotools/addservicedlg.cpp +++ b/buildtools/autotools/addservicedlg.cpp @@ -93,11 +93,11 @@ void AddServiceDialog::updateProperties() void AddServiceDialog::iconClicked() { - KIconLoader *loader = AutoProjectFactory::instance()->iconLoader(); - TQString name = KIconDialog::getIcon(KIcon::Desktop); + TDEIconLoader *loader = AutoProjectFactory::instance()->iconLoader(); + TQString name = TDEIconDialog::getIcon(TDEIcon::Desktop); if (!name.isNull()) { iconName = name; - icon_button->setPixmap(loader->loadIcon(name, KIcon::Desktop)); + icon_button->setPixmap(loader->loadIcon(name, TDEIcon::Desktop)); } } |