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/commandentry_8h-source.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/commandentry_8h-source.html') diff --git a/doc/html/commandentry_8h-source.html b/doc/html/commandentry_8h-source.html index 9e53f18..e1f39cc 100644 --- a/doc/html/commandentry_8h-source.html +++ b/doc/html/commandentry_8h-source.html @@ -35,10 +35,10 @@ 00018 #ifndef COMMANDENTRY_H 00019 #define COMMANDENTRY_H 00020 -00021 #include <qdialog.h> -00022 #include <qpopupmenu.h> +00021 #include <ntqdialog.h> +00022 #include <ntqpopupmenu.h> 00023 -00024 #include <ktoolbar.h> +00024 #include <tdetoolbar.h> 00025 00026 #include "configelem.h" 00027 @@ -54,9 +54,9 @@ 00040 : m_name (copy->m_name), m_path (copy->m_path), m_id (copy->m_id), m_waitForCommand (copy->m_waitForCommand) {}; 00041 CommandEntry& operator = (const CommandEntry& entry); 00042 bool exec (ConfigElem* pelem = NULL, const char* header = NULL, const char* body = NULL); -00043 bool exec (const QString& path, ConfigElem* pelem, const char* header = NULL, const char* body = NULL); -00044 QString m_name; -00045 QString m_path; +00043 bool exec (const TQString& path, ConfigElem* pelem, const char* header = NULL, const char* body = NULL); +00044 TQString m_name; +00045 TQString m_path; 00046 int m_id; 00047 bool m_waitForCommand; 00048 }; -- cgit v1.2.3