diff options
Diffstat (limited to 'ksysguard/gui/WorkSheet.h')
-rw-r--r-- | ksysguard/gui/WorkSheet.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ksysguard/gui/WorkSheet.h b/ksysguard/gui/WorkSheet.h index 7715276fd..37bafbda3 100644 --- a/ksysguard/gui/WorkSheet.h +++ b/ksysguard/gui/WorkSheet.h @@ -28,12 +28,12 @@ #include <SensorDisplay.h> -class QDomElement; -class QDragEnterEvent; -class QDropEvent; -class QGridLayout; -class QString; -class QStringList; +class TQDomElement; +class TQDragEnterEvent; +class TQDropEvent; +class TQGridLayout; +class TQString; +class TQStringList; /** A WorkSheet contains the displays to visualize the sensor results. When |