From 157db246622e300d8cfb4684c197ed873523e3e2 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:29:47 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1158455 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/filecreate/addglobaldlg.h | 12 ++++++------ parts/filecreate/fcconfigwidget.h | 6 +++--- parts/filecreate/filecreate_listitem.h | 2 +- parts/filecreate/filecreate_newfile.h | 4 ++-- parts/filecreate/filecreate_widget3.h | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) (limited to 'parts/filecreate') diff --git a/parts/filecreate/addglobaldlg.h b/parts/filecreate/addglobaldlg.h index 55660853..481309e7 100644 --- a/parts/filecreate/addglobaldlg.h +++ b/parts/filecreate/addglobaldlg.h @@ -13,12 +13,12 @@ #include #include -class QVBoxLayout; -class QHBoxLayout; -class QGridLayout; -class QListView; -class QListViewItem; -class QPushButton; +class TQVBoxLayout; +class TQHBoxLayout; +class TQGridLayout; +class TQListView; +class TQListViewItem; +class TQPushButton; class AddGlobalDlg : public QDialog { diff --git a/parts/filecreate/fcconfigwidget.h b/parts/filecreate/fcconfigwidget.h index c3f5b2ab..2e69b6d5 100644 --- a/parts/filecreate/fcconfigwidget.h +++ b/parts/filecreate/fcconfigwidget.h @@ -18,9 +18,9 @@ #include "fcconfigwidgetbase.h" class FileCreatePart; -class QListView; -class QDomDocument; -class QDomElement; +class TQListView; +class TQDomDocument; +class TQDomElement; namespace FileCreate{ class FileType; diff --git a/parts/filecreate/filecreate_listitem.h b/parts/filecreate/filecreate_listitem.h index 41651850..5dae2dcd 100644 --- a/parts/filecreate/filecreate_listitem.h +++ b/parts/filecreate/filecreate_listitem.h @@ -17,7 +17,7 @@ #include "filecreate_filetype.h" -class QSimpleRichText; +class TQSimpleRichText; namespace FileCreate { diff --git a/parts/filecreate/filecreate_newfile.h b/parts/filecreate/filecreate_newfile.h index 54a4462e..c1d3b730 100644 --- a/parts/filecreate/filecreate_newfile.h +++ b/parts/filecreate/filecreate_newfile.h @@ -18,9 +18,9 @@ #include "filecreate_filetype.h" class KURLRequester; -class QGridLayout; +class TQGridLayout; class KComboBox; -class QCheckBox; +class TQCheckBox; class KLineEdit; namespace FileCreate { diff --git a/parts/filecreate/filecreate_widget3.h b/parts/filecreate/filecreate_widget3.h index cc2c836e..db2a6b13 100644 --- a/parts/filecreate/filecreate_widget3.h +++ b/parts/filecreate/filecreate_widget3.h @@ -21,7 +21,7 @@ class KDevProject; class FileCreatePart; -class QResizeEvent; +class TQResizeEvent; namespace FileCreate { -- cgit v1.2.3