summaryrefslogtreecommitdiffstats
path: root/quanta/components
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:30:14 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:30:14 +0000
commit45be2143e2c6961a65a852d4d06ebd2fdc901d38 (patch)
tree56a1ebf2562a42fe9b32ae3b1afe226c7b7f23f2 /quanta/components
parentdc6b8e72fed2586239e3514819238c520636c9d9 (diff)
downloadtdewebdev-45be2143e2c6961a65a852d4d06ebd2fdc901d38.tar.gz
tdewebdev-45be2143e2c6961a65a852d4d06ebd2fdc901d38.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1158456 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'quanta/components')
-rw-r--r--quanta/components/csseditor/csseditor.cpp4
-rw-r--r--quanta/components/csseditor/csseditor.h6
-rw-r--r--quanta/components/csseditor/cssselector.h4
-rw-r--r--quanta/components/csseditor/doubleeditors.h4
-rw-r--r--quanta/components/csseditor/fontfamilychooser.h2
-rw-r--r--quanta/components/csseditor/shorthandformer.h4
-rw-r--r--quanta/components/csseditor/tlpeditors.h4
-rw-r--r--quanta/components/cvsservice/cvsservice.h2
-rw-r--r--quanta/components/framewizard/framewizard.h2
-rw-r--r--quanta/components/tableeditor/tableeditor.h4
10 files changed, 18 insertions, 18 deletions
diff --git a/quanta/components/csseditor/csseditor.cpp b/quanta/components/csseditor/csseditor.cpp
index 553d5478..5393d875 100644
--- a/quanta/components/csseditor/csseditor.cpp
+++ b/quanta/components/csseditor/csseditor.cpp
@@ -48,11 +48,11 @@
myCheckListItem::myCheckListItem(TQListView * parent, const TQString & text):TQCheckListItem(parent, text, TQCheckListItem::CheckBox),m_checkedChildren(0){
- m_sig = new QSignal;
+ m_sig = new TQSignal;
}
myCheckListItem::myCheckListItem(TQCheckListItem * parent, const TQString & text):TQCheckListItem(parent, text, TQCheckListItem::CheckBox),m_checkedChildren(0){
- m_sig = new QSignal;
+ m_sig = new TQSignal;
}
myCheckListItem::~myCheckListItem(){
diff --git a/quanta/components/csseditor/csseditor.h b/quanta/components/csseditor/csseditor.h
index 3bb44228..e54667f5 100644
--- a/quanta/components/csseditor/csseditor.h
+++ b/quanta/components/csseditor/csseditor.h
@@ -28,9 +28,9 @@
class propertySetter;
class KConfig;
class KHTMLPart;
-class QListViewItem;
-class QDomNodeList;
-class QVariant;
+class TQListViewItem;
+class TQDomNodeList;
+class TQVariant;
class QMyHighlighter;
diff --git a/quanta/components/csseditor/cssselector.h b/quanta/components/csseditor/cssselector.h
index a569929a..2c0fe426 100644
--- a/quanta/components/csseditor/cssselector.h
+++ b/quanta/components/csseditor/cssselector.h
@@ -22,8 +22,8 @@
#include <tqpair.h>
#include "cssselectors.h"
-class QListViewItem;
-class QStringList;
+class TQListViewItem;
+class TQStringList;
/**
*@author gulmini luciano
*/
diff --git a/quanta/components/csseditor/doubleeditors.h b/quanta/components/csseditor/doubleeditors.h
index ed3b91cd..4797f7c7 100644
--- a/quanta/components/csseditor/doubleeditors.h
+++ b/quanta/components/csseditor/doubleeditors.h
@@ -20,8 +20,8 @@
class mySpinBox;
class specialSB;
- class QSpinBox;
- class QComboBox;
+ class TQSpinBox;
+ class TQComboBox;
class doubleEditorBase : public miniEditor {
Q_OBJECT
diff --git a/quanta/components/csseditor/fontfamilychooser.h b/quanta/components/csseditor/fontfamilychooser.h
index fa5c947e..d67ce92d 100644
--- a/quanta/components/csseditor/fontfamilychooser.h
+++ b/quanta/components/csseditor/fontfamilychooser.h
@@ -19,7 +19,7 @@
#include "fontfamilychoosers.h"
#include <tqmap.h>
-class QStringList;
+class TQStringList;
class fontFamilyChooser : public fontFamilyChooserS
{
diff --git a/quanta/components/csseditor/shorthandformer.h b/quanta/components/csseditor/shorthandformer.h
index 8673c01e..b0bb3224 100644
--- a/quanta/components/csseditor/shorthandformer.h
+++ b/quanta/components/csseditor/shorthandformer.h
@@ -24,8 +24,8 @@
@author Gulmini Luciano
*/
#include <tqmap.h>
-class QString;
-class QStringList;
+class TQString;
+class TQStringList;
class ShorthandFormer{
public:
diff --git a/quanta/components/csseditor/tlpeditors.h b/quanta/components/csseditor/tlpeditors.h
index 28881573..8388c6b6 100644
--- a/quanta/components/csseditor/tlpeditors.h
+++ b/quanta/components/csseditor/tlpeditors.h
@@ -22,8 +22,8 @@
#include "propertysetter.h"
class KPushButton;
-class QLineEdit;
-class QLabel;
+class TQLineEdit;
+class TQLabel;
/**
*@author gulmini luciano
*/
diff --git a/quanta/components/cvsservice/cvsservice.h b/quanta/components/cvsservice/cvsservice.h
index 70d9c66a..9cfc1328 100644
--- a/quanta/components/cvsservice/cvsservice.h
+++ b/quanta/components/cvsservice/cvsservice.h
@@ -25,7 +25,7 @@
//own includes
#include "cvsservicedcopif.h"
-class QTimer;
+class TQTimer;
class KPopupMenu;
class KActionCollection;
class CvsJob_stub;
diff --git a/quanta/components/framewizard/framewizard.h b/quanta/components/framewizard/framewizard.h
index 6a5c3a54..42386982 100644
--- a/quanta/components/framewizard/framewizard.h
+++ b/quanta/components/framewizard/framewizard.h
@@ -20,7 +20,7 @@
#include <framewizards.h>
#include "visualframeeditor.h"
-class QStringList;
+class TQStringList;
/** FrameWizard is the base class of the project */
class FrameWizard : public FrameWizardS
diff --git a/quanta/components/tableeditor/tableeditor.h b/quanta/components/tableeditor/tableeditor.h
index 15393b9c..4748414e 100644
--- a/quanta/components/tableeditor/tableeditor.h
+++ b/quanta/components/tableeditor/tableeditor.h
@@ -21,8 +21,8 @@
#include "tableeditors.h"
#include "document.h"
-class QSpinBox;
-class QTable;
+class TQSpinBox;
+class TQTable;
class KPopupMenu;
class Tag;
struct DTDStruct;