summaryrefslogtreecommitdiffstats
path: root/keduca
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:20:32 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:20:32 +0000
commite140fe793e447985ac06d109a8548ab62ea99d6e (patch)
tree0b50d2253a0c85238cc4dcba5c4f949de3f0eb15 /keduca
parent0a6e0958c03e41c87b15557b6f407874f20c2f8d (diff)
downloadtdeedu-e140fe793e447985ac06d109a8548ab62ea99d6e.tar.gz
tdeedu-e140fe793e447985ac06d109a8548ab62ea99d6e.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1158428 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'keduca')
-rw-r--r--keduca/keduca/keducaview.h6
-rw-r--r--keduca/keduca/kquestion.h2
-rw-r--r--keduca/keducabuilder/kcontroladdedit.h2
-rw-r--r--keduca/keducabuilder/kcontrolheader.cpp4
-rw-r--r--keduca/keducabuilder/ktagcombobox.cpp2
-rw-r--r--keduca/keducabuilder/ktagcombobox.h4
-rw-r--r--keduca/libkeduca/fileread.h2
7 files changed, 11 insertions, 11 deletions
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 <tqsplitter.h>
#include <tqwidgetstack.h>
-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 <tqtextedit.h>
#include <tqlabel.h>
-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 <tqcombobox.h>
#include <tqiconset.h>
-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