diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 20:16:47 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 20:16:47 +0000 |
commit | 495d08bc2db58ee7fc4ea55a7158f2f61b82fc56 (patch) | |
tree | daabcb652c07b9a17cad88ca50b63a2d91ead4a3 /ksysguard/gui/WorkSheet.h | |
parent | 50001f1757f97510e80cb1990e2f2d5b00144c2a (diff) | |
download | tdebase-495d08bc2db58ee7fc4ea55a7158f2f61b82fc56.tar.gz tdebase-495d08bc2db58ee7fc4ea55a7158f2f61b82fc56.zip |
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksysguard/gui/WorkSheet.h')
-rw-r--r-- | ksysguard/gui/WorkSheet.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ksysguard/gui/WorkSheet.h b/ksysguard/gui/WorkSheet.h index 37bafbda3..3f8e84575 100644 --- a/ksysguard/gui/WorkSheet.h +++ b/ksysguard/gui/WorkSheet.h @@ -36,10 +36,10 @@ class TQString; class TQStringList; /** - A WorkSheet contains the displays to visualize the sensor results. When + A WorkSheet tqcontains the displays to visualize the sensor results. When creating the WorkSheet you must specify the number of columns. Displays - can be added and removed on the fly. The grid layout will handle the - layout. The number of columns can not be changed. Displays are added by + can be added and removed on the fly. The grid tqlayout will handle the + tqlayout. The number of columns can not be changed. Displays are added by dragging a sensor from the sensor browser over the WorkSheet. */ class WorkSheet : public TQWidget, public KSGRD::SensorBoard @@ -90,7 +90,7 @@ class WorkSheet : public TQWidget, public KSGRD::SensorBoard void titleChanged( TQWidget *sheet ); protected: - virtual TQSize sizeHint() const; + virtual TQSize tqsizeHint() const; void dragEnterEvent( TQDragEnterEvent* ); void dropEvent( TQDropEvent* ); void customEvent( TQCustomEvent* ); @@ -98,9 +98,9 @@ class WorkSheet : public TQWidget, public KSGRD::SensorBoard private: void removeDisplay( KSGRD::SensorDisplay *display ); - bool replaceDisplay( uint row, uint column, TQDomElement& element ); + bool tqreplaceDisplay( uint row, uint column, TQDomElement& element ); - void replaceDisplay( uint row, uint column, + void tqreplaceDisplay( uint row, uint column, KSGRD::SensorDisplay* display = 0 ); void collectHosts( TQStringList &list ); @@ -127,7 +127,7 @@ class WorkSheet : public TQWidget, public KSGRD::SensorBoard /** This two dimensional array stores the pointers to the sensor displays or if no sensor is present at a position a pointer to a dummy widget. - The size of the array corresponds to the size of the grid layout. + The size of the array corresponds to the size of the grid tqlayout. */ KSGRD::SensorDisplay*** mDisplayList; }; |