diff options
Diffstat (limited to 'lib/widgets/propeditor/pdummywidget.h')
-rw-r--r-- | lib/widgets/propeditor/pdummywidget.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/widgets/propeditor/pdummywidget.h b/lib/widgets/propeditor/pdummywidget.h index 7e94428a..0e191e87 100644 --- a/lib/widgets/propeditor/pdummywidget.h +++ b/lib/widgets/propeditor/pdummywidget.h @@ -23,11 +23,11 @@ #include "propertywidget.h" #include "multiproperty.h" -class QWidget; -class QVariant; -class QPainter; -class QColorGroup; -class QRect; +class TQWidget; +class TQVariant; +class TQPainter; +class TQColorGroup; +class TQRect; namespace PropertyLib{ |