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/catalog/tag.h | 2 +- lib/interfaces/extras/kdevvcsintegrator.h | 4 ++-- lib/interfaces/kdevapi.h | 4 ++-- lib/interfaces/kdevcore.h | 4 ++-- lib/interfaces/kdevmainwindow.h | 2 +- lib/interfaces/kdevplugin.h | 2 +- lib/interfaces/kdevproject.h | 2 +- lib/util/blockingkprocess.h | 2 +- lib/util/filetemplate.h | 2 +- lib/util/kscriptactionmanager.h | 2 +- lib/widgets/flagboxes.h | 4 ++-- 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 ++-- lib/widgets/qcomboview.h | 12 ++++++------ lib/widgets/resizablecombo.h | 2 +- 30 files changed, 49 insertions(+), 49 deletions(-) (limited to 'lib') diff --git a/lib/catalog/tag.h b/lib/catalog/tag.h index 5c1fac41..f796baa5 100644 --- a/lib/catalog/tag.h +++ b/lib/catalog/tag.h @@ -24,7 +24,7 @@ #include #include -class QDataStream; +class TQDataStream; union TagFlags { diff --git a/lib/interfaces/extras/kdevvcsintegrator.h b/lib/interfaces/extras/kdevvcsintegrator.h index 0efc71b5..260f2a20 100644 --- a/lib/interfaces/extras/kdevvcsintegrator.h +++ b/lib/interfaces/extras/kdevvcsintegrator.h @@ -26,8 +26,8 @@ The interface to VCS integrators. */ -class QDomDocument; -class QWidget; +class TQDomDocument; +class TQWidget; /** VCS Integration Dialog. diff --git a/lib/interfaces/kdevapi.h b/lib/interfaces/kdevapi.h index 84337183..a933811e 100644 --- a/lib/interfaces/kdevapi.h +++ b/lib/interfaces/kdevapi.h @@ -22,8 +22,8 @@ #include -class QStringList; -class QDomDocument; +class TQStringList; +class TQDomDocument; class KDevCore; class KDevProject; class KDevLanguageSupport; diff --git a/lib/interfaces/kdevcore.h b/lib/interfaces/kdevcore.h index 456e5e39..de2fccd8 100644 --- a/lib/interfaces/kdevcore.h +++ b/lib/interfaces/kdevcore.h @@ -49,8 +49,8 @@ namespace KParts class Part; } -class QStatusBar; -class QPopupMenu; +class TQStatusBar; +class TQPopupMenu; /** Base class for every context. diff --git a/lib/interfaces/kdevmainwindow.h b/lib/interfaces/kdevmainwindow.h index 7e3e8344..5750be7e 100644 --- a/lib/interfaces/kdevmainwindow.h +++ b/lib/interfaces/kdevmainwindow.h @@ -24,7 +24,7 @@ #include -class QWidget; +class TQWidget; class KStatusBar; class KMainWindow; diff --git a/lib/interfaces/kdevplugin.h b/lib/interfaces/kdevplugin.h index 609ac858..a683c5db 100644 --- a/lib/interfaces/kdevplugin.h +++ b/lib/interfaces/kdevplugin.h @@ -33,7 +33,7 @@ class KDevMainWindow; class KDevCodeRepository; class CodeModel; class KDevPluginInfo; -class QDomElement; +class TQDomElement; /** @file kdevplugin.h diff --git a/lib/interfaces/kdevproject.h b/lib/interfaces/kdevproject.h index a14c04b0..3e27d886 100644 --- a/lib/interfaces/kdevproject.h +++ b/lib/interfaces/kdevproject.h @@ -36,7 +36,7 @@ KDevelop project interface. */ -class QTimer; +class TQTimer; /** KDevelop project interface. diff --git a/lib/util/blockingkprocess.h b/lib/util/blockingkprocess.h index b280b81b..4006af74 100644 --- a/lib/util/blockingkprocess.h +++ b/lib/util/blockingkprocess.h @@ -27,7 +27,7 @@ * @author Andras Mantia */ -class QTimer; +class TQTimer; class BlockingKProcess : public KProcess { Q_OBJECT diff --git a/lib/util/filetemplate.h b/lib/util/filetemplate.h index b1ba2cdc..8f863535 100644 --- a/lib/util/filetemplate.h +++ b/lib/util/filetemplate.h @@ -23,7 +23,7 @@ #include class KDevPlugin; -class QDomDocument; +class TQDomDocument; /** @file filetemplate.h diff --git a/lib/util/kscriptactionmanager.h b/lib/util/kscriptactionmanager.h index 47d1a04e..d04c0518 100644 --- a/lib/util/kscriptactionmanager.h +++ b/lib/util/kscriptactionmanager.h @@ -28,7 +28,7 @@ class KAction; class KActionCollection; class KScriptInterface; class KScriptActionManager; -class QTimer; +class TQTimer; /** * Connects a KAction to a script runner. diff --git a/lib/widgets/flagboxes.h b/lib/widgets/flagboxes.h index 234cf3a5..e45d8230 100644 --- a/lib/widgets/flagboxes.h +++ b/lib/widgets/flagboxes.h @@ -34,7 +34,7 @@ Support classes for compiler plugins. #include #include -class QSpinBox; +class TQSpinBox; class FlagListBox; class FlagListToolTip; class FlagCheckBoxController; @@ -42,7 +42,7 @@ class FlagRadioButtonController; class FlagPathEditController; class FlagEditController; class KLineEdit; -class QPushButton; +class TQPushButton; class KURLRequester; /**List item holding a compiler flag.*/ 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 diff --git a/lib/widgets/qcomboview.h b/lib/widgets/qcomboview.h index b918df1f..1fc87e14 100644 --- a/lib/widgets/qcomboview.h +++ b/lib/widgets/qcomboview.h @@ -27,12 +27,12 @@ QComboView class. */ -class QStrList; -class QStringList; -class QLineEdit; -class QValidator; -class QListView; -class QListViewItem; +class TQStrList; +class TQStringList; +class TQLineEdit; +class TQValidator; +class TQListView; +class TQListViewItem; class QComboViewData; /** diff --git a/lib/widgets/resizablecombo.h b/lib/widgets/resizablecombo.h index b76b4f7e..9301ddea 100644 --- a/lib/widgets/resizablecombo.h +++ b/lib/widgets/resizablecombo.h @@ -23,7 +23,7 @@ #include class KComboView; -class QMouseEvent; +class TQMouseEvent; class MyPushButton; /** -- cgit v1.2.3