diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:19:44 -0600 | 
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:19:44 -0600 | 
| commit | 799fae5feea55e95876c3722c79fd7dabadd2cd6 (patch) | |
| tree | 5fbd41b26e477d4bc6b5aa7ef1aebcc714127def /buildtools/autotools/addapplicationdlg.cpp | |
| parent | 9d6a3e0894983b55f072a5d70dbe407718c6f788 (diff) | |
| download | tdevelop-799fae5feea55e95876c3722c79fd7dabadd2cd6.tar.gz tdevelop-799fae5feea55e95876c3722c79fd7dabadd2cd6.zip | |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'buildtools/autotools/addapplicationdlg.cpp')
| -rw-r--r-- | buildtools/autotools/addapplicationdlg.cpp | 6 | 
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));      }  } | 
