From 157db246622e300d8cfb4684c197ed873523e3e2 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:29:47 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1158455 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/widgets/propeditor/pcheckbox.h | 2 +- lib/widgets/propeditor/pcolorbutton.h | 2 +- lib/widgets/propeditor/pcombobox.h | 2 +- lib/widgets/propeditor/pdummywidget.h | 10 +++++----- lib/widgets/propeditor/plinestyleedit.h | 2 +- lib/widgets/propeditor/ppixmapedit.h | 4 ++-- lib/widgets/propeditor/property.h | 4 ++-- lib/widgets/propeditor/propertyeditor.h | 4 ++-- lib/widgets/propeditor/propertymachinefactory.h | 2 +- lib/widgets/propeditor/propertywidgetproxy.h | 2 +- lib/widgets/propeditor/psizeedit.h | 2 +- lib/widgets/propeditor/pspinbox.h | 2 +- lib/widgets/propeditor/pstringlistedit.h | 4 ++-- lib/widgets/propeditor/psymbolcombo.h | 4 ++-- lib/widgets/propeditor/purledit.h | 2 +- lib/widgets/propeditor/pyesnobutton.h | 2 +- lib/widgets/propeditor/qeditlistbox.h | 4 ++-- 17 files changed, 27 insertions(+), 27 deletions(-) (limited to 'lib/widgets/propeditor') diff --git a/lib/widgets/propeditor/pcheckbox.h b/lib/widgets/propeditor/pcheckbox.h index 53cefe57..b2fffc8e 100644 --- a/lib/widgets/propeditor/pcheckbox.h +++ b/lib/widgets/propeditor/pcheckbox.h @@ -22,7 +22,7 @@ #include "propertywidget.h" -class QCheckBox; +class TQCheckBox; namespace PropertyLib{ diff --git a/lib/widgets/propeditor/pcolorbutton.h b/lib/widgets/propeditor/pcolorbutton.h index 04126a50..8a18ab9c 100644 --- a/lib/widgets/propeditor/pcolorbutton.h +++ b/lib/widgets/propeditor/pcolorbutton.h @@ -25,7 +25,7 @@ #ifndef PURE_QT class KColorButton; #else -class QPushButton; +class TQPushButton; #include #endif namespace PropertyLib{ diff --git a/lib/widgets/propeditor/pcombobox.h b/lib/widgets/propeditor/pcombobox.h index 71deb388..9f03407c 100644 --- a/lib/widgets/propeditor/pcombobox.h +++ b/lib/widgets/propeditor/pcombobox.h @@ -26,7 +26,7 @@ #include "propertywidget.h" -class QComboBox; +class TQComboBox; namespace PropertyLib{ 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{ diff --git a/lib/widgets/propeditor/plinestyleedit.h b/lib/widgets/propeditor/plinestyleedit.h index 00b546c6..8bb076d4 100644 --- a/lib/widgets/propeditor/plinestyleedit.h +++ b/lib/widgets/propeditor/plinestyleedit.h @@ -22,7 +22,7 @@ #include "propertywidget.h" -class QComboBox; +class TQComboBox; namespace PropertyLib { diff --git a/lib/widgets/propeditor/ppixmapedit.h b/lib/widgets/propeditor/ppixmapedit.h index aacc0be8..7f431289 100644 --- a/lib/widgets/propeditor/ppixmapedit.h +++ b/lib/widgets/propeditor/ppixmapedit.h @@ -22,8 +22,8 @@ #include "propertywidget.h" -class QLabel; -class QPushButton; +class TQLabel; +class TQPushButton; namespace PropertyLib{ diff --git a/lib/widgets/propeditor/property.h b/lib/widgets/propeditor/property.h index 74fcb890..a94ea4cb 100644 --- a/lib/widgets/propeditor/property.h +++ b/lib/widgets/propeditor/property.h @@ -23,8 +23,8 @@ #include -class QWidget; -class QString; +class TQWidget; +class TQString; /**Namespace which contain property editing classes.*/ namespace PropertyLib{ diff --git a/lib/widgets/propeditor/propertyeditor.h b/lib/widgets/propeditor/propertyeditor.h index c6c72237..6bdd3e32 100644 --- a/lib/widgets/propeditor/propertyeditor.h +++ b/lib/widgets/propeditor/propertyeditor.h @@ -30,8 +30,8 @@ #include "propertylist.h" -class QPushButton; -class QGridLayout; +class TQPushButton; +class TQGridLayout; namespace PropertyLib{ diff --git a/lib/widgets/propeditor/propertymachinefactory.h b/lib/widgets/propeditor/propertymachinefactory.h index 09ea3bbe..fae5569f 100644 --- a/lib/widgets/propeditor/propertymachinefactory.h +++ b/lib/widgets/propeditor/propertymachinefactory.h @@ -24,7 +24,7 @@ #include "propertywidget.h" -class QWidget; +class TQWidget; namespace PropertyLib{ diff --git a/lib/widgets/propeditor/propertywidgetproxy.h b/lib/widgets/propeditor/propertywidgetproxy.h index e1183d91..43ef3311 100644 --- a/lib/widgets/propeditor/propertywidgetproxy.h +++ b/lib/widgets/propeditor/propertywidgetproxy.h @@ -25,7 +25,7 @@ #include "multiproperty.h" -class QHBoxLayout; +class TQHBoxLayout; namespace PropertyLib{ diff --git a/lib/widgets/propeditor/psizeedit.h b/lib/widgets/propeditor/psizeedit.h index 4613f532..38f29132 100644 --- a/lib/widgets/propeditor/psizeedit.h +++ b/lib/widgets/propeditor/psizeedit.h @@ -24,7 +24,7 @@ #include "multiproperty.h" class KLineEdit; -class QPainter; +class TQPainter; namespace PropertyLib{ diff --git a/lib/widgets/propeditor/pspinbox.h b/lib/widgets/propeditor/pspinbox.h index 9998ff2f..d4486cae 100644 --- a/lib/widgets/propeditor/pspinbox.h +++ b/lib/widgets/propeditor/pspinbox.h @@ -22,7 +22,7 @@ #include "propertywidget.h" -class QSpinBox; +class TQSpinBox; namespace PropertyLib{ diff --git a/lib/widgets/propeditor/pstringlistedit.h b/lib/widgets/propeditor/pstringlistedit.h index 25bbec74..e1b076ca 100644 --- a/lib/widgets/propeditor/pstringlistedit.h +++ b/lib/widgets/propeditor/pstringlistedit.h @@ -24,8 +24,8 @@ class KLineEdit; -class QPushButton; -class QHBoxLayout; +class TQPushButton; +class TQHBoxLayout; namespace PropertyLib{ diff --git a/lib/widgets/propeditor/psymbolcombo.h b/lib/widgets/propeditor/psymbolcombo.h index 621ce23c..b9682023 100644 --- a/lib/widgets/propeditor/psymbolcombo.h +++ b/lib/widgets/propeditor/psymbolcombo.h @@ -23,8 +23,8 @@ #include "propertywidget.h" class KLineEdit; -class QPushButton; -class QHBoxLayout; +class TQPushButton; +class TQHBoxLayout; namespace PropertyLib{ diff --git a/lib/widgets/propeditor/purledit.h b/lib/widgets/propeditor/purledit.h index 6508ea7d..d54dc3d2 100644 --- a/lib/widgets/propeditor/purledit.h +++ b/lib/widgets/propeditor/purledit.h @@ -27,7 +27,7 @@ class KURLRequester; #else #include -class QPushButton; +class TQPushButton; #endif diff --git a/lib/widgets/propeditor/pyesnobutton.h b/lib/widgets/propeditor/pyesnobutton.h index 9e5af75b..408dec4b 100644 --- a/lib/widgets/propeditor/pyesnobutton.h +++ b/lib/widgets/propeditor/pyesnobutton.h @@ -22,7 +22,7 @@ #include -class QPushButton; +class TQPushButton; namespace PropertyLib{ diff --git a/lib/widgets/propeditor/qeditlistbox.h b/lib/widgets/propeditor/qeditlistbox.h index 245f8b57..7a4a34a2 100644 --- a/lib/widgets/propeditor/qeditlistbox.h +++ b/lib/widgets/propeditor/qeditlistbox.h @@ -24,8 +24,8 @@ #include class KLineEdit; -class QComboBox; -class QPushButton; +class TQComboBox; +class TQPushButton; /** * An editable listbox -- cgit v1.2.3