summaryrefslogtreecommitdiffstats
path: root/lib
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
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')
-rw-r--r--lib/catalog/tag.h2
-rw-r--r--lib/interfaces/extras/kdevvcsintegrator.h4
-rw-r--r--lib/interfaces/kdevapi.h4
-rw-r--r--lib/interfaces/kdevcore.h4
-rw-r--r--lib/interfaces/kdevmainwindow.h2
-rw-r--r--lib/interfaces/kdevplugin.h2
-rw-r--r--lib/interfaces/kdevproject.h2
-rw-r--r--lib/util/blockingkprocess.h2
-rw-r--r--lib/util/filetemplate.h2
-rw-r--r--lib/util/kscriptactionmanager.h2
-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
30 files changed, 49 insertions, 49 deletions
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 <tqvariant.h>
#include <tqshared.h>
-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 <tqobject.h>
-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 <tqstring.h>
-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 <amantia@kde.org>
*/
-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 <tqstring.h>
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 <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;
/**