diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:29:47 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:29:47 +0000 |
commit | 157db246622e300d8cfb4684c197ed873523e3e2 (patch) | |
tree | eaae500286d2b11f6625063f6d7f48c45392de5d /lib/widgets/propeditor/pdummywidget.h | |
parent | d6f8bbb45b267065a6907e71ff9c98bb6d161241 (diff) | |
download | tdevelop-157db246622e300d8cfb4684c197ed873523e3e2.tar.gz tdevelop-157db246622e300d8cfb4684c197ed873523e3e2.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1158455 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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{ |