diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-22 23:40:14 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-22 23:40:14 +0900 |
| commit | 3b8c44efa380ea0840e94aca67ca4327a7f0bf9a (patch) | |
| tree | ab7d01303b0f93d9e92b9b754d57911caaf9f508 /src/configdialogimpl.cpp | |
| parent | 7665c8d3f798aaf287ff14a35af74d9c303cb20c (diff) | |
| download | kommando-3b8c44efa380ea0840e94aca67ca4327a7f0bf9a.tar.gz kommando-3b8c44efa380ea0840e94aca67ca4327a7f0bf9a.zip | |
Raw KDE->TDE conversion using tde/scripts/conversions/kde-tde/convert_existing_kde3_app_to_tde
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/configdialogimpl.cpp')
| -rw-r--r-- | src/configdialogimpl.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/configdialogimpl.cpp b/src/configdialogimpl.cpp index c52c298..9252f9b 100644 --- a/src/configdialogimpl.cpp +++ b/src/configdialogimpl.cpp @@ -20,14 +20,14 @@ #include "configdialogimpl.h" -#include <klocale.h> +#include <tdelocale.h> #include <kicondialog.h> #include <kiconloader.h> #include <kkeybutton.h> #include <kcolorbutton.h> #include <kkeydialog.h> #include <kservicegroup.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <dcopclient.h> #include <ntqslider.h> @@ -54,12 +54,12 @@ ConfigDialogImpl::ConfigDialogImpl(TQWidget* parent, const char* name, WFlags fl curListView(0), mMenus(true) { - new TQListBoxPixmap(listBox,MainBarIcon("kommando",KIcon::SizeLarge),"Menu"); - new TQListBoxPixmap(listBox,MainBarIcon("configure_shortcuts",KIcon::SizeLarge),"Shortcuts"); - new TQListBoxPixmap(listBox,MainBarIcon("colors",KIcon::SizeLarge),"Appearance"); + new TQListBoxPixmap(listBox,MainBarIcon("kommando",TDEIcon::SizeLarge),"Menu"); + new TQListBoxPixmap(listBox,MainBarIcon("configure_shortcuts",TDEIcon::SizeLarge),"Shortcuts"); + new TQListBoxPixmap(listBox,MainBarIcon("colors",TDEIcon::SizeLarge),"Appearance"); listBox->setSelected(listBox->topItem(),true); - connect(kKeyButton1,SIGNAL(capturedShortcut(const KShortcut&)),this,SLOT(slotShortcutChanged(const KShortcut&)) ); + connect(kKeyButton1,SIGNAL(capturedShortcut(const TDEShortcut&)),this,SLOT(slotShortcutChanged(const TDEShortcut&)) ); addService->setPopup(new ServiceMenu(this, SLOT(slotAddService(KService*)), SLOT(slotAddServiceGroup(KServiceGroup*)), addService)); @@ -362,7 +362,7 @@ void ConfigDialogImpl::slotApplyClicked() setChanged(false); } -void ConfigDialogImpl::slotShortcutChanged(const KShortcut & cut ) +void ConfigDialogImpl::slotShortcutChanged(const TDEShortcut & cut ) { if(!KKeyChooser::checkGlobalShortcutsConflict(cut,true,this)){ kKeyButton1->setText(cut.toString()); |
