From 9c02dbb59ce57c68dc177d9294b980bf114a3e11 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:59:03 -0500 Subject: Update to TDE R14 API --- doc/html/commanddialog_8cpp-source.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/commanddialog_8cpp-source.html') diff --git a/doc/html/commanddialog_8cpp-source.html b/doc/html/commanddialog_8cpp-source.html index bdd3432..adcf09d 100644 --- a/doc/html/commanddialog_8cpp-source.html +++ b/doc/html/commanddialog_8cpp-source.html @@ -32,13 +32,13 @@ 00015 * * 00016 ***************************************************************************/ 00017 -00018 #include <klocale.h> -00019 #include <kmessagebox.h> +00018 #include <tdelocale.h> +00019 #include <tdemessagebox.h> 00020 #include "kshowmail.h" 00021 #include "commanddialog.h" 00022 #include "commandentrydialog.h" 00023 -00024 CommandDialog::CommandDialog(QWidget *parent, const char *name, CommandList* list, ConfigElem* pConfig, ConfigList* pConfigList): +00024 CommandDialog::CommandDialog(TQWidget *parent, const char *name, CommandList* list, ConfigElem* pConfig, ConfigList* pConfigList): 00025 CommandDlg(parent,name,true), 00026 // m_locallist (*list), we don't have a proper copy contructor 00027 m_plist (list), @@ -63,7 +63,7 @@ 00046 { 00047 CommandEntry* entry = new CommandEntry (); 00048 CommandEntryDialog dlg (this, "New command", entry, m_pConfig); -00049 if (dlg.exec () == QDialog::Accepted) +00049 if (dlg.exec () == TQDialog::Accepted) 00050 { 00051 m_locallist.append (entry); 00052 int pos = m_locallist.at (); @@ -78,7 +78,7 @@ 00061 if (m_locallist.current ()) 00062 { 00063 CommandEntryDialog dlg (this, "Edit command", m_locallist.current (), m_pConfig); -00064 if (dlg.exec () == QDialog::Accepted) +00064 if (dlg.exec () == TQDialog::Accepted) 00065 { 00066 // the command name may have changed. Update the combo box. 00067 int pos = m_locallist.at (); @@ -93,7 +93,7 @@ 00076 { 00077 CommandEntry* entry = new CommandEntry (m_locallist.current ()); 00078 CommandEntryDialog dlg (this, "Copy command", entry, m_pConfig); -00079 if (dlg.exec () == QDialog::Accepted) +00079 if (dlg.exec () == TQDialog::Accepted) 00080 { 00081 m_locallist.append (entry); 00082 int pos = m_locallist.at (); -- cgit v1.2.1