summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools/addapplicationdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/autotools/addapplicationdlg.cpp')
-rw-r--r--buildtools/autotools/addapplicationdlg.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildtools/autotools/addapplicationdlg.cpp b/buildtools/autotools/addapplicationdlg.cpp
index e6bdc20d..d7c6e3e6 100644
--- a/buildtools/autotools/addapplicationdlg.cpp
+++ b/buildtools/autotools/addapplicationdlg.cpp
@@ -73,11 +73,11 @@ AddApplicationDialog::~AddApplicationDialog()
void AddApplicationDialog::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));
}
}