From e140fe793e447985ac06d109a8548ab62ea99d6e Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:20:32 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1158428 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- keduca/keduca/keducaview.h | 6 +++--- keduca/keduca/kquestion.h | 2 +- keduca/keducabuilder/kcontroladdedit.h | 2 +- keduca/keducabuilder/kcontrolheader.cpp | 4 ++-- keduca/keducabuilder/ktagcombobox.cpp | 2 +- keduca/keducabuilder/ktagcombobox.h | 4 ++-- keduca/libkeduca/fileread.h | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) (limited to 'keduca') diff --git a/keduca/keduca/keducaview.h b/keduca/keduca/keducaview.h index d710ef4f..aa04df5e 100644 --- a/keduca/keduca/keducaview.h +++ b/keduca/keduca/keducaview.h @@ -24,9 +24,9 @@ #include #include -class QTimer; -class QTextEdit; -class QLabel; +class TQTimer; +class TQTextEdit; +class TQLabel; class KPushButton; diff --git a/keduca/keduca/kquestion.h b/keduca/keduca/kquestion.h index 2cd53a30..0f349580 100644 --- a/keduca/keduca/kquestion.h +++ b/keduca/keduca/kquestion.h @@ -23,7 +23,7 @@ #include #include -class QTimer; +class TQTimer; class KProgress; /**Question view diff --git a/keduca/keducabuilder/kcontroladdedit.h b/keduca/keducabuilder/kcontroladdedit.h index 3144f41e..cb93329e 100644 --- a/keduca/keducabuilder/kcontroladdedit.h +++ b/keduca/keducabuilder/kcontroladdedit.h @@ -22,7 +22,7 @@ #include "kcontroladdeditbase.h" // Qt forward declarations -class QListViewItem; +class TQListViewItem; /**Add or edit questions * This is the Wizard that allows adding and editing of diff --git a/keduca/keducabuilder/kcontrolheader.cpp b/keduca/keducabuilder/kcontrolheader.cpp index bdb1e0bb..e46bfdc4 100644 --- a/keduca/keducabuilder/kcontrolheader.cpp +++ b/keduca/keducabuilder/kcontrolheader.cpp @@ -89,7 +89,7 @@ void KControlHeader::init() GroupBox7Layout->setSpacing( 6 ); GroupBox7Layout->setMargin( 11 ); - TQGridLayout *Layout13 = new QGridLayout; + TQGridLayout *Layout13 = new TQGridLayout; Layout13->setSpacing( 6 ); Layout13->setMargin( 0 ); @@ -99,7 +99,7 @@ void KControlHeader::init() Layout13->addWidget( TextLabel10, 2, 0 ); - TQHBoxLayout *Layout12 = new QHBoxLayout; + TQHBoxLayout *Layout12 = new TQHBoxLayout; Layout12->setSpacing( 6 ); Layout12->setMargin( 0 ); diff --git a/keduca/keducabuilder/ktagcombobox.cpp b/keduca/keducabuilder/ktagcombobox.cpp index 6d8951ec..5a84574c 100644 --- a/keduca/keducabuilder/ktagcombobox.cpp +++ b/keduca/keducabuilder/ktagcombobox.cpp @@ -40,7 +40,7 @@ KTagComboBox::KTagComboBox (TQWidget * parent, const char *name) : TQComboBox(parent, name) { _popup = new TQPopupMenu(this); - _tags = new QStringList; + _tags = new TQStringList; connect( _popup, TQT_SIGNAL(activated(int)), TQT_SLOT(internalActivate(int)) ); connect( _popup, TQT_SIGNAL(highlighted(int)), diff --git a/keduca/keducabuilder/ktagcombobox.h b/keduca/keducabuilder/ktagcombobox.h index 1644d6a7..ffeb2cda 100644 --- a/keduca/keducabuilder/ktagcombobox.h +++ b/keduca/keducabuilder/ktagcombobox.h @@ -27,8 +27,8 @@ #include #include -class QPopupMenu; -class QStringList; +class TQPopupMenu; +class TQStringList; /* * This class should be just like qcombobox, but it should be possible diff --git a/keduca/libkeduca/fileread.h b/keduca/libkeduca/fileread.h index 679d2cc5..cbc89449 100644 --- a/keduca/libkeduca/fileread.h +++ b/keduca/libkeduca/fileread.h @@ -25,7 +25,7 @@ // forward declarations class KTempFile; -class QFile; +class TQFile; /**File Read operations. This class read a keduca file an pass the records. *@author Javier Campos -- cgit v1.2.1