diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 | 
| commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
| tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/statistics-example.html | |
| parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
| download | tqt-fef84691.tar.gz tqt-fef84691.zip | |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/statistics-example.html')
| -rw-r--r-- | doc/html/statistics-example.html | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/doc/html/statistics-example.html b/doc/html/statistics-example.html index 92b04e059..3a032d538 100644 --- a/doc/html/statistics-example.html +++ b/doc/html/statistics-example.html @@ -50,7 +50,7 @@ Another <a href="ntqtable.html">TQTable</a> example.  #define STATISTICS_H  #include <<a href="qtable-h.html">ntqtable.h</a>> -#include <<a href="qcombobox-h.html">ntqcombobox.h</a>> +#include <<a href="tqcombobox-h.html">tqcombobox.h</a>>  class TableItem : public <a href="qtableitem.html">TQTableItem</a>  { @@ -68,7 +68,7 @@ public:      void setText( const <a href="tqstring.html">TQString</a> &s );  private: -    <a href="ntqcombobox.html">TQComboBox</a> *cb; +    <a href="tqcombobox.html">TQComboBox</a> *cb;  }; @@ -108,7 +108,7 @@ private:  #include <<a href="tqdir-h.html">tqdir.h</a>>  #include <<a href="tqstringlist-h.html">tqstringlist.h</a>>  #include <<a href="qheader-h.html">ntqheader.h</a>> -#include <<a href="qcombobox-h.html">ntqcombobox.h</a>> +#include <<a href="tqcombobox-h.html">tqcombobox.h</a>>  #include <stdlib.h>  const char* dirs[] = { @@ -235,7 +235,7 @@ void <a name="f580"></a>Table::recalcSum( int, int col )  <a name="x2785"></a>TQWidget *ComboItem::<a href="qtableitem.html#createEditor">createEditor</a>() const  {      // create an editor - a combobox in our case -    ( (ComboItem*)this )->cb = new <a href="ntqcombobox.html">TQComboBox</a>( <a href="qtableitem.html#table">table</a>()->viewport() ); +    ( (ComboItem*)this )->cb = new <a href="tqcombobox.html">TQComboBox</a>( <a href="qtableitem.html#table">table</a>()->viewport() );      TQObject::<a href="tqobject.html#connect">connect</a>( cb, TQ_SIGNAL( activated( int ) ), table(), TQ_SLOT( doValueChanged() ) );      cb->insertItem( "Yes" );      cb->insertItem( "No" ); | 
