From 45be2143e2c6961a65a852d4d06ebd2fdc901d38 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:30:14 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1158456 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- quanta/treeviews/basetreeview.h | 12 ++++++------ quanta/treeviews/filestreeview.h | 4 ++-- quanta/treeviews/servertreeview.h | 4 ++-- quanta/treeviews/structtreeview.h | 2 +- quanta/treeviews/tagattributeitems.h | 6 +++--- quanta/treeviews/tagattributetree.h | 6 +++--- 6 files changed, 17 insertions(+), 17 deletions(-) (limited to 'quanta/treeviews') diff --git a/quanta/treeviews/basetreeview.h b/quanta/treeviews/basetreeview.h index 2ec49022..75dbaf9d 100644 --- a/quanta/treeviews/basetreeview.h +++ b/quanta/treeviews/basetreeview.h @@ -30,12 +30,12 @@ #include "quantacommon.h" //foward declarations -class QListViewItem; -class QString; -class QPixmap; -class QPoint; -class QRegExp; -class QCloseEvent; +class TQListViewItem; +class TQString; +class TQPixmap; +class TQPoint; +class TQRegExp; +class TQCloseEvent; class KAction; class KFileItem; diff --git a/quanta/treeviews/filestreeview.h b/quanta/treeviews/filestreeview.h index 7522b74e..1b9e6068 100644 --- a/quanta/treeviews/filestreeview.h +++ b/quanta/treeviews/filestreeview.h @@ -25,8 +25,8 @@ #include "basetreeview.h" //foward declarations -class QListViewItem; -class QPoint; +class TQListViewItem; +class TQPoint; class KPopupMenu; class KURL; diff --git a/quanta/treeviews/servertreeview.h b/quanta/treeviews/servertreeview.h index d0c9c3db..162540e0 100644 --- a/quanta/treeviews/servertreeview.h +++ b/quanta/treeviews/servertreeview.h @@ -22,8 +22,8 @@ #include "basetreeview.h" //foward declarations -class QListViewItem; -class QPoint; +class TQListViewItem; +class TQPoint; class KPopupMenu; class KURL; class ProjectList; diff --git a/quanta/treeviews/structtreeview.h b/quanta/treeviews/structtreeview.h index 2d87f038..45150579 100644 --- a/quanta/treeviews/structtreeview.h +++ b/quanta/treeviews/structtreeview.h @@ -30,7 +30,7 @@ class KPopupMenu; class KConfig; class KURL; -class QTime; +class TQTime; class Node; class StructTreeTag; diff --git a/quanta/treeviews/tagattributeitems.h b/quanta/treeviews/tagattributeitems.h index 2ff774d9..81f5cb43 100644 --- a/quanta/treeviews/tagattributeitems.h +++ b/quanta/treeviews/tagattributeitems.h @@ -21,9 +21,9 @@ class KColorCombo; class KURLRequester; class KListView; class KListViewItem; -class QListViewItem; -class QLineEdit; -class QComboBox; +class TQListViewItem; +class TQLineEdit; +class TQComboBox; class Attribute; class EditableTree; diff --git a/quanta/treeviews/tagattributetree.h b/quanta/treeviews/tagattributetree.h index c07db51b..f396589f 100644 --- a/quanta/treeviews/tagattributetree.h +++ b/quanta/treeviews/tagattributetree.h @@ -24,12 +24,12 @@ //app includes class KListView; -class QListViewItem; +class TQListViewItem; class ParentItem; class Node; -class QLabel; +class TQLabel; class KPushButton; -class QGridLayout; +class TQGridLayout; class EditableTree : public KListView { Q_OBJECT -- cgit v1.2.1