summaryrefslogtreecommitdiffstats
path: root/quanta/components/csseditor
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/csseditor')
-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
7 files changed, 14 insertions, 14 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
*/