summaryrefslogtreecommitdiffstats
path: root/lib/widgets
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:29:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:29:47 +0000
commit157db246622e300d8cfb4684c197ed873523e3e2 (patch)
treeeaae500286d2b11f6625063f6d7f48c45392de5d /lib/widgets
parentd6f8bbb45b267065a6907e71ff9c98bb6d161241 (diff)
downloadtdevelop-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')
-rw-r--r--lib/widgets/flagboxes.h4
-rw-r--r--lib/widgets/propeditor/pcheckbox.h2
-rw-r--r--lib/widgets/propeditor/pcolorbutton.h2
-rw-r--r--lib/widgets/propeditor/pcombobox.h2
-rw-r--r--lib/widgets/propeditor/pdummywidget.h10
-rw-r--r--lib/widgets/propeditor/plinestyleedit.h2
-rw-r--r--lib/widgets/propeditor/ppixmapedit.h4
-rw-r--r--lib/widgets/propeditor/property.h4
-rw-r--r--lib/widgets/propeditor/propertyeditor.h4
-rw-r--r--lib/widgets/propeditor/propertymachinefactory.h2
-rw-r--r--lib/widgets/propeditor/propertywidgetproxy.h2
-rw-r--r--lib/widgets/propeditor/psizeedit.h2
-rw-r--r--lib/widgets/propeditor/pspinbox.h2
-rw-r--r--lib/widgets/propeditor/pstringlistedit.h4
-rw-r--r--lib/widgets/propeditor/psymbolcombo.h4
-rw-r--r--lib/widgets/propeditor/purledit.h2
-rw-r--r--lib/widgets/propeditor/pyesnobutton.h2
-rw-r--r--lib/widgets/propeditor/qeditlistbox.h4
-rw-r--r--lib/widgets/qcomboview.h12
-rw-r--r--lib/widgets/resizablecombo.h2
20 files changed, 36 insertions, 36 deletions
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 <tqptrlist.h>
#include <tqstringlist.h>
-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 <tqcolor.h>
#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 <tqmap.h>
-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 <klineedit.h>
-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 <propertywidget.h>
-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 <tqlistbox.h>
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 <tqpoint.h>
class KComboView;
-class QMouseEvent;
+class TQMouseEvent;
class MyPushButton;
/**