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/commandlist_8h-source.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/commandlist_8h-source.html') diff --git a/doc/html/commandlist_8h-source.html b/doc/html/commandlist_8h-source.html index 651391b..b3c6ddc 100644 --- a/doc/html/commandlist_8h-source.html +++ b/doc/html/commandlist_8h-source.html @@ -35,27 +35,27 @@ 00018 #ifndef COMMANDLIST_H 00019 #define COMMANDLIST_H 00020 -00021 #include <qptrlist.h> +00021 #include <ntqptrlist.h> 00022 #include "configelem.h" 00023 #include "commandentry.h" 00024 00028 class CommandEntry; 00029 class ConfigElem; 00030 -00031 class CommandList : public QPtrList<CommandEntry> +00031 class CommandList : public TQPtrList<CommandEntry> 00032 { 00033 public: 00034 CommandList (); 00035 virtual ~CommandList(); -00036 void setCombo (QComboBox* combo, int nIndex); +00036 void setCombo (TQComboBox* combo, int nIndex); 00037 CommandList& operator = (CommandList& right); 00038 bool exec (unsigned int id, ConfigElem* pelem, const char* header, const char* body); 00039 bool exec (unsigned int pos, ConfigElem* pelem); -00040 void readOptions (KConfig* config); -00041 void saveOptions (KConfig* config); +00040 void readOptions (TDEConfig* config); +00041 void saveOptions (TDEConfig* config); 00042 protected: -00043 virtual int compareItems (QCollection::Item item1, QCollection::Item item2); -00044 virtual QCollection::Item newItem (QCollection::Item d); +00043 virtual int compareItems (TQCollection::Item item1, TQCollection::Item item2); +00044 virtual TQCollection::Item newItem (TQCollection::Item d); 00045 }; 00046 00047 #endif -- cgit v1.2.3